React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
features/shared/types
SelectOption
Interface SelectOption
interface
SelectOption
{
value
:
string
|
number
;
label
:
string
;
disabled
?:
boolean
;
}
Index
Properties
value
label
disabled?
Properties
value
value
:
string
|
number
label
label
:
string
Optional
disabled
disabled
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
label
disabled
GitHub
React Design Patterns Documentation - v0.0.3
Loading...