Files
ServiceManager/frontend/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts
2026-01-01 17:40:53 +01:00

6 lines
304 B
TypeScript

import type { FieldError, FieldErrors, FieldValues } from '../types';
export default function schemaErrorLookup<T extends FieldValues = FieldValues>(errors: FieldErrors<T>, _fields: FieldValues, name: string): {
error?: FieldError;
name: string;
};
//# sourceMappingURL=schemaErrorLookup.d.ts.map