SingleDropdownOption
Interface: SingleDropdownOption
Defined in: src/components/Dropdown.ts:7
Properties
data
data: any;
Defined in: src/components/Dropdown.ts:8
label
label: ReactNode;
Defined in: src/components/Dropdown.ts:9
options?
optional options: undefined;
Defined in: src/components/Dropdown.ts:11