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 bc1c83d commit 5d636dcCopy full SHA for 5d636dc
1 file changed
packages/devtools/src/tabs/index.tsx
@@ -1,6 +1,5 @@
1
import { SettingsTab } from './settings-tab'
2
import { PluginsTab } from './plugins-tab'
3
-import type { JSX } from 'solid-js/jsx-runtime'
4
5
export const tabs = [
6
{
@@ -60,11 +59,4 @@ export const tabs = [
60
59
},
61
] as const
62
63
-export interface Tab {
64
- name: string
65
- icon: JSX.Element
66
- id: string
67
- component: JSX.Element
68
-}
69
-
70
export type TabName = (typeof tabs)[number]['id']
0 commit comments