We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1a725 commit b7f98e9Copy full SHA for b7f98e9
1 file changed
packages/devtools/src/context/devtools-context.tsx
@@ -40,11 +40,11 @@ export interface TanStackDevtoolsPlugin {
40
* ```
41
*/
42
name:
43
- | string
44
- | ((
45
- el: HTMLHeadingElement,
46
- theme: DevtoolsStore['settings']['theme'],
47
- ) => void)
+ | string
+ | ((
+ el: HTMLHeadingElement,
+ theme: DevtoolsStore['settings']['theme'],
+ ) => void)
48
/**
49
* Unique identifier for the plugin.
50
* If not provided, it will be generated based on the name.
0 commit comments