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

Interface DevtoolsPluginProps

packages/devtools-utils/src/angular/plugin.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools'
3
4export interface DevtoolsPluginProps extends TanStackDevtoolsPluginProps {
5 [key: string]: any
6}
7
8export type TanStackDevtoolsAngularPluginRenderFn<
9 TInputs extends DevtoolsPluginProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected