Type Alias: DropdownOption
DropdownOption: {
disabled
:boolean
;label
:string
;value
:number
; }
Defined in: src/components/Dropdown.tsx:7
An option to use in the dropdown. Maps to the <option>
HTML element.
DropdownOption: {
disabled
:boolean
;label
:string
;value
:number
; }
Defined in: src/components/Dropdown.tsx:7
An option to use in the dropdown. Maps to the <option>
HTML element.