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

Interface DevtoolsPanelProps

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

Source from the content-addressed store, hash-verified

1import DevtoolsPanel from './DevtoolsPanel.svelte'
2import NoOp from './NoOp.svelte'
3import type { Component } from 'svelte'
4import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools'
5
6export interface DevtoolsPanelProps extends TanStackDevtoolsPluginProps {}
7
8export function createSveltePanel<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected