| 1 | import DevtoolsPanel from './DevtoolsPanel.svelte' |
| 2 | import NoOp from './NoOp.svelte' |
| 3 | import type { Component } from 'svelte' |
| 4 | import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools' |
| 5 | |
| 6 | export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {} |
| 7 | |
| 8 | export function createSveltePanel< |
nothing calls this directly
no outgoing calls
no test coverage detected