UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

7 lines (6 loc) 321 B
import { ValidationValueMessage } from '../types'; declare const _default: (validationData?: string | number | boolean | RegExp | ValidationValueMessage<import("../types").ValidationValue> | undefined) => { value: string | number | boolean | RegExp | undefined; message: string; }; export default _default;