MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / EntitySearchProps

Interface EntitySearchProps

src/components/entity-components.tsx:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108};
109
110interface EntitySearchProps {
111 value: string;
112 onChange: (value: string) => void;
113 placeholder?: string;
114};
115
116export const EntitySearch = ({
117 value,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected