textalive-react-api - v0.4.12
Preparing search index...
FontFamilyDropdownProps
Interface FontFamilyDropdownProps
interface
FontFamilyDropdownProps
{
description
?:
ReactNode
;
disabled
?:
boolean
;
label
?:
ReactNode
;
value
:
string
;
withPrivate
?:
boolean
;
onValueChange
?
(
value
:
string
)
:
void
;
}
Hierarchy
Omit
<
SelectDropdownProps
,
"options"
>
FontFamilyDropdownProps
Index
Properties
description?
disabled?
label?
value
with
Private?
Methods
on
Value
Change?
Properties
Optional
description
description
?:
ReactNode
Optional
disabled
disabled
?:
boolean
Optional
label
label
?:
ReactNode
value
value
:
string
Optional
with
Private
withPrivate
?:
boolean
Methods
Optional
on
Value
Change
onValueChange
?
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
disabled
label
value
with
Private
Methods
on
Value
Change
textalive-react-api - v0.4.12
Loading...