Type alias: ValidateHandler<VS, S>
Ƭ ValidateHandler<VS, S>: (values: VS) => void | undefined | S
Type parameters#
| Name | Type | Description |
|---|---|---|
VS | VS | Type of form value state. |
S | undefined | Type of form error or warning state. |
Type declaration#
▸ (values): void | undefined | S
Parameters#
| Name | Type |
|---|---|
values | VS |
Returns#
void | undefined | S