UNPKG

@grandlinex/react-components

Version:
4 lines (3 loc) 205 B
import { FormConf, FormErrorType } from './FormTypes'; import { GLang } from '../../util'; export declare function requiredFieldValidation<T>(conf: FormConf<T>, form: any, t: GLang): FormErrorType | null;