@hydroperx/metro
Preparing search index...
Option
Function Option
Option
(
params
:
{
children
?:
ReactNode
;
className
?:
string
;
style
?:
CSSProperties
;
value
:
string
;
}
,
)
:
Element
Represents an option, typically at a
ComboBox
.
Parameters
params
:
{
children
?:
ReactNode
;
className
?:
string
;
style
?:
CSSProperties
;
value
:
string
;
}
Optional
children
?:
ReactNode
Optional
className
?:
string
Optional
style
?:
CSSProperties
value
:
string
Value.
Returns
Element
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hydroperx/metro
Loading...
Represents an option, typically at a
ComboBox
.