UNPKG

vdr-react-form-manager

Version:
4 lines (3 loc) 82 B
export interface IFormInputValidator { validate(value: any): string | null; }