Preparing search index...
The search index is not available
@adimis/react-formix - v0.0.4
@adimis/react-formix
index
FormSubmitHandler
Type alias FormSubmitHandler<TFieldValues>
Form
Submit
Handler
<
TFieldValues
>
:
(
(
values
)
=>
Promise
<
void
>
|
void
)
Type representing the handler function for form submission.
Type Parameters
TFieldValues
The type of field values.
Type declaration
(
values
)
:
Promise
<
void
>
|
void
Parameters
values
:
TFieldValues
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@adimis/react-formix - v0.0.4
Loading...
Type representing the handler function for form submission.