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

Function NoOpPlugin

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

Source from the content-addressed store, hash-verified

13 }
14 }
15 function NoOpPlugin(props: TComponentProps) {
16 return {
17 name,
18 component: Fragment,
19 props,
20 }
21 }
22 return [Plugin, NoOpPlugin] as const
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected