UNPKG

use-form-fields

Version:

[Demo](https://vlad88vlad.github.io/use-form-fields)

3 lines (2 loc) 197 B
import { validFuncType } from './types'; export declare const validateField: (value: any, validations: validFuncType[] | undefined, required: boolean, minLen: any, maxLen: any) => string | null;