MCPcopy
hub / github.com/dittofeed/dittofeed / FlowSelectProps

Interface FlowSelectProps

controlled-select-reference.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14interface FlowSelectProps {
15 options: { value: string; label: string }[];
16}
17
18const FlowSelect: React.FC<FlowSelectProps> = ({ options }) => {
19 const [value, setValue] = useState<string>('');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected