MCPcopy Index your code
hub / github.com/TanStack/devtools / DevtoolsPanelProps

Interface DevtoolsPanelProps

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

Source from the content-addressed store, hash-verified

2import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools'
3
4export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {}
5
6/**
7 * Creates a React component that dynamically imports and mounts a devtools panel. SSR friendly.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected