UNPKG

linked-controls

Version:

React controls using links from valuelink package

8 lines (7 loc) 222 B
import { Validator } from 'valuelink'; export declare const isRequired: Validator<any>; export declare const isEmail: Validator<string>; export declare const isNumber: { (x: any): boolean; error: string; };