Interface: SelectOption
Defined in: components/Form/Select/index.tsx:15
Description
Represents an option in the Select component.
Properties
element
element:
ReactNode
Defined in: components/Form/Select/index.tsx:19
The renderable content of the option.
selected?
optionalselected?:boolean
Defined in: components/Form/Select/index.tsx:21
If true, the option is selected by default.
value
value:
string
Defined in: components/Form/Select/index.tsx:17
The value of the option.