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