MCPcopy Index your code
hub / github.com/code-with-antonio/nodebase / NodeSelectorProps

Interface NodeSelectorProps

src/components/node-selector.tsx:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90interface NodeSelectorProps {
91 open: boolean;
92 onOpenChange: (open: boolean) => void;
93 children: React.ReactNode;
94};
95
96export function NodeSelector({
97 open,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected