MultiDropdownOption
Interface: MultiDropdownOption
Defined in: src/components/Dropdown.ts:14
Properties
data?
optional data: undefined;
Defined in: src/components/Dropdown.ts:18
label
label: ReactNode;
Defined in: src/components/Dropdown.ts:15
options
options: DropdownOption[];
Defined in: src/components/Dropdown.ts:16