Preparing search index...
The search index is not available
@pr0gramm/design-system
@pr0gramm/design-system
SelectOptionProps
Interface SelectOptionProps
interface
SelectOptionProps
{
children
?:
ReactNode
;
disabled
?:
boolean
;
value
:
string
;
}
Hierarchy
PropsWithChildren
SelectOptionProps
Index
Properties
children?
disabled?
value
Properties
Optional
children
children
?:
ReactNode
Optional
disabled
disabled
?:
boolean
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
disabled
value
@pr0gramm/design-system
Loading...