UNPKG

react-validator-dev

Version:

A lightweight and customizable React hook for real-time form validation with field dependency support.

4 lines 330 B
import { ValidateProps } from "./types"; export declare function mandatoryProps(props: ValidateProps): Pick<ValidateProps, 'fields' | 'validation'>; export declare function optionalProps(props: ValidateProps): Pick<ValidateProps, 'isMultiple' | 'debounceDelay' | 'customValidators'>; //# sourceMappingURL=exceptionHandler.d.ts.map