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 9e62df2 commit cd63494Copy full SHA for cd63494
packages/devtools-utils/package.json
@@ -72,7 +72,9 @@
72
"engines": {
73
"node": ">=18"
74
},
75
- "dependencies": {"@tanstack/devtools-ui": "workspace:*"},
+ "dependencies": {
76
+ "@tanstack/devtools-ui": "workspace:*"
77
+ },
78
"peerDependencies": {
79
"@types/react": ">=17.0.0",
80
"preact": ">=10.0.0",
packages/devtools-utils/src/solid/class.ts
@@ -1,7 +1,7 @@
1
import type { ThemeType } from '@tanstack/devtools-ui'
2
import type { JSX } from 'solid-js'
3
4
-export type DevtoolProps = {theme: ThemeType}
+export type DevtoolProps = { theme: ThemeType }
5
6
/**
7
* Constructs the core class for the Devtools.
0 commit comments