cohorta/node_modules/react-hook-form/dist/logic/getValidateError.d.ts
2025-12-19 19:26:16 +00:00

3 lines
No EOL
216 B
TypeScript
Executable file

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