getValidateError.d.ts 216 B

123
  1. import { FieldError, Ref, ValidateResult } from '../types';
  2. export default function getValidateError(result: ValidateResult, ref: Ref, type?: string): FieldError | void;
  3. //# sourceMappingURL=getValidateError.d.ts.map