| 4 | import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools' |
| 5 | |
| 6 | export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {} |
| 7 | |
| 8 | /** |
| 9 | * Creates a Preact component that dynamically imports and mounts a devtools panel. SSR friendly. |
nothing calls this directly
no outgoing calls
no test coverage detected