File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 "devDependencies" : {
6666 "vite-plugin-solid" : " ^2.11.6"
6767 }
68- }
68+ }
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ export { TanStackLogo } from './components/logo'
55export { JsonTree , registerJsonTreeComponent } from './components/tree'
66export { Button } from './components/button'
77export { Tag } from './components/tag'
8- export type { CustomElements } from './types'
8+ export type { CustomElements } from './types'
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import type { CustomElements } from '@tanstack/devtools-ui'
66declare module 'react' {
77 // eslint-disable-next-line @typescript-eslint/no-namespace
88 namespace JSX {
9- interface IntrinsicElements extends CustomElements { }
9+ interface IntrinsicElements extends CustomElements { }
1010 }
1111}
1212export const TanStackDevtools : ( typeof Devtools ) [ 'TanStackDevtools' ] =
1313 process . env . NODE_ENV !== 'development'
1414 ? function ( ) {
15- return null
16- }
15+ return null
16+ }
1717 : Devtools . TanStackDevtools
1818
1919export type {
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import type { CustomElements } from '@tanstack/devtools-ui'
55declare module 'solid-js' {
66 // eslint-disable-next-line @typescript-eslint/no-namespace
77 namespace JSX {
8- interface IntrinsicElements extends CustomElements { }
8+ interface IntrinsicElements extends CustomElements { }
99 }
1010}
1111
1212export const TanStackDevtools : ( typeof Devtools ) [ 'TanStackDevtools' ] = isDev
1313 ? Devtools . TanStackDevtools
1414 : function ( ) {
15- return null
16- }
15+ return null
16+ }
1717
1818export type { TanStackDevtoolsSolidPlugin } from './core'
You can’t perform that action at this time.
0 commit comments