| 5 | import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools' |
| 6 | |
| 7 | export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {} |
| 8 | |
| 9 | export function createSolidPanel<TComponentProps extends DevtoolsPanelProps>( |
| 10 | CoreClass: ClassType, |
nothing calls this directly
no outgoing calls
no test coverage detected