Preparing search index...
The search index is not available
Hydrateless API
Hydrateless API
@hydrateless/react
SelectOption
Interface SelectOption
A single option in a
Select
.
interface
SelectOption
{
disabled
?:
boolean
;
label
:
ReactNode
;
value
:
string
;
}
Index
Properties
disabled?
label
value
Properties
Optional
disabled
disabled
?:
boolean
label
label
:
ReactNode
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
label
value
Hydrateless API
Loading...
A single option in a Select.