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

Interface DevtoolsPanelProps

packages/devtools-utils/src/solid/panel.tsx:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools'
6
7export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {}
8
9export function createSolidPanel<TComponentProps extends DevtoolsPanelProps>(
10 CoreClass: ClassType,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected