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

Function Plugin

packages/devtools-utils/src/svelte/plugin.ts:7–13  ·  view source on GitHub ↗
(props?: TComponentProps)

Source from the content-addressed store, hash-verified

5 TComponentProps extends Record<string, any>,
6>({
7 Component,
8 ...config
9}: {
10 name: string
11 id?: string
12 defaultOpen?: boolean
13 Component: Component<TComponentProps>
14}) {
15 function Plugin(props?: TComponentProps) {
16 return {

Callers 1

plugin.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected