UNPKG

rc-simple-hook-form

Version:
3 lines (2 loc) 202 B
import { VALID, ValidationFields } from "../types/package"; export declare const validationCallback: Record<keyof ValidationFields, (value: any, msg?: string, refValue?: any) => string | typeof VALID>;