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

Function Plugin

packages/devtools-utils/src/vue/plugin.ts:8–14  ·  view source on GitHub ↗
(props: TComponentProps)

Source from the content-addressed store, hash-verified

6 component: DefineComponent<TComponentProps, {}, unknown>,
7) {
8 function Plugin(props: TComponentProps) {
9 return {
10 name,
11 component,
12 props,
13 }
14 }
15 function NoOpPlugin(props: TComponentProps) {
16 return {
17 name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected