| 3 | import type { DefineComponent } from 'vue' |
| 4 | |
| 5 | export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {} |
| 6 | |
| 7 | export function createVuePanel< |
| 8 | TComponentProps extends DevtoolsPanelProps, |
nothing calls this directly
no outgoing calls
no test coverage detected