Preparing search index...
The search index is not available
muitils
muitils
Form
FormProps
Type Alias FormProps<T>
Form
Props
<
T
>
:
Omit
<
ColProps
,
"onSubmit"
|
"onChange"
>
&
{
inputs
:
T
;
onChange
?:
(
(
result
:
FormResult
<
T
>
)
=>
void
)
;
onSubmit
:
(
(
result
:
FormResult
<
T
>
)
=>
any
)
;
SubmitProps
?:
{
ButtonProps
?:
ButtonProps
;
WrapperProps
?:
RowProps
;
}
;
}
Type Parameters
T
extends
FormInputGroup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
muitils
Loading...