UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

7 lines 262 B
import { ValidationRule } from '../types'; declare const _default: (validationData?: ValidationRule) => { value: string | number | boolean | RegExp | undefined; message: string; }; export default _default; //# sourceMappingURL=getValueAndMessage.d.ts.map