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

Interface DevtoolsPanelProps

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

Source from the content-addressed store, hash-verified

4import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools'
5
6export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {}
7
8/**
9 * Creates a Preact 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