MCPcopy Index your code
hub / github.com/Superflows-AI/superflows / SelectBoxOption

Interface SelectBoxOption

components/selectBox.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { classNames } from "../lib/utils";
5
6export interface SelectBoxOption {
7 id: string | null;
8 name: string;
9 icon?: React.ReactNode;
10 description?: string;
11}
12
13export default function SelectBox(props: {
14 title?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected