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

Interface BaseCorePanelClass

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

Source from the content-addressed store, hash-verified

5}
6
7interface BaseCorePanelClass {
8 [key: string]: any
9 mount: <T extends HTMLElement>(
10 el: T,
11 props: TanStackDevtoolsPluginProps,
12 ) => void
13 unmount: () => void
14}
15
16type CoreClassConstructor<
17 TComponentProps extends DevtoolsPanelProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected