Skip to main content

Type alias: ValidateHandler<VS, S>

Ƭ ValidateHandler<VS, S>: (values: VS) => void | undefined | S

Type parameters#

NameTypeDescription
VSVSType of form value state.
SundefinedType of form error or warning state.

Type declaration#

▸ (values): void | undefined | S

Parameters#
NameType
valuesVS
Returns#

void | undefined | S