UNPKG

@react-form-fields/core

Version:

Material UI Form Fields

8 lines (7 loc) 372 B
import { ErrorMessages } from 'validatorjs'; export declare function validate(fieldName: string, value: any, rules: string, context?: any, attributeNames?: any, customMessages?: ErrorMessages): { valid: boolean; message?: string; }; export declare function useLang(lang: string): void; export declare function addLang(lang: string, messages: ErrorMessages): void;