MCPcopy Create free account
hub / github.com/TanStack/devtools / DevtoolsPanelProps

Interface DevtoolsPanelProps

packages/devtools-utils/src/vue/panel.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { DefineComponent } from 'vue'
4
5export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {}
6
7export function createVuePanel<
8 TComponentProps extends DevtoolsPanelProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected