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

Interface DevtoolsPanelProps

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

Source from the content-addressed store, hash-verified

1import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools'
2
3export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {
4 [key: string]: any
5}
6
7interface BaseCorePanelClass {
8 [key: string]: any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected