| 1 | import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools' |
| 2 | |
| 3 | export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps { |
| 4 | [key: string]: any |
| 5 | } |
| 6 | |
| 7 | interface BaseCorePanelClass { |
| 8 | [key: string]: any |
nothing calls this directly
no outgoing calls
no test coverage detected