Validates that the specified value is greater than another.
useForm(({ gt }) => ({ age: gt(13) }));
The comparison value.
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is greater than another.
useForm(({ gt }) => ({ age: gt(13) }));