UNPKG

299 BTypeScriptView Raw
1import { FieldError, FieldErrors, FieldValues } from '../types';
2export default function schemaErrorLookup<T extends FieldValues = FieldValues>(errors: FieldErrors<T>, _fields: FieldValues, name: string): {
3 error?: FieldError;
4 name: string;
5};
6//# sourceMappingURL=schemaErrorLookup.d.ts.map
\No newline at end of file