Preparing search index...
The search index is not available
@aws/mynah-ui
@aws/mynah-ui
ComponentOverrides
Interface ComponentOverrides
interface
ComponentOverrides
{
Button
?:
(
new
(
props
)
=>
PickMatching
<
ButtonAbstract
,
any
>
)
;
RadioGroup
?:
(
new
(
props
)
=>
PickMatching
<
RadioGroupAbstract
,
any
>
)
;
Select
?:
(
new
(
props
)
=>
PickMatching
<
SelectAbstract
,
any
>
)
;
TextArea
?:
(
new
(
props
)
=>
PickMatching
<
TextAreaAbstract
,
any
>
)
;
TextInput
?:
(
new
(
props
)
=>
PickMatching
<
TextInputAbstract
,
any
>
)
;
}
Index
Properties
Button?
Radio
Group?
Select?
Text
Area?
Text
Input?
Properties
Optional
Button
Button
?:
(
new
(
props
)
=>
PickMatching
<
ButtonAbstract
,
any
>
)
Type declaration
new
(
props
)
:
PickMatching
<
ButtonAbstract
,
any
>
Parameters
props
:
ButtonProps
Returns
PickMatching
<
ButtonAbstract
,
any
>
Optional
Radio
Group
Radio
Group
?:
(
new
(
props
)
=>
PickMatching
<
RadioGroupAbstract
,
any
>
)
Type declaration
new
(
props
)
:
PickMatching
<
RadioGroupAbstract
,
any
>
Parameters
props
:
RadioGroupProps
Returns
PickMatching
<
RadioGroupAbstract
,
any
>
Optional
Select
Select
?:
(
new
(
props
)
=>
PickMatching
<
SelectAbstract
,
any
>
)
Type declaration
new
(
props
)
:
PickMatching
<
SelectAbstract
,
any
>
Parameters
props
:
SelectProps
Returns
PickMatching
<
SelectAbstract
,
any
>
Optional
Text
Area
Text
Area
?:
(
new
(
props
)
=>
PickMatching
<
TextAreaAbstract
,
any
>
)
Type declaration
new
(
props
)
:
PickMatching
<
TextAreaAbstract
,
any
>
Parameters
props
:
TextAreaProps
Returns
PickMatching
<
TextAreaAbstract
,
any
>
Optional
Text
Input
Text
Input
?:
(
new
(
props
)
=>
PickMatching
<
TextInputAbstract
,
any
>
)
Type declaration
new
(
props
)
:
PickMatching
<
TextInputAbstract
,
any
>
Parameters
props
:
TextInputProps
Returns
PickMatching
<
TextInputAbstract
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Button
Radio
Group
Select
Text
Area
Text
Input
@aws/mynah-ui
Loading...