InterfaceDropDownOption
Interface: InterfaceDropDownOption
Defined in: src/types/shared-components/DropDownButton/interface.ts:4
Interface for a single dropdown option.
Properties
disabled?
optionaldisabled:boolean
Defined in: src/types/shared-components/DropDownButton/interface.ts:18
Whether the option is disabled.
label
label:
ReactNode
Defined in: src/types/shared-components/DropDownButton/interface.ts:13
The label of the option.
value
value:
string
Defined in: src/types/shared-components/DropDownButton/interface.ts:8
The value of the option.