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

4 lines
315 B
TypeScript

import type { InternalFieldErrors, InternalFieldName, ValidateResult } from '../types';
declare const _default: (name: InternalFieldName, validateAllFieldCriteria: boolean, errors: InternalFieldErrors, type: string, message: ValidateResult) => {};
export default _default;
//# sourceMappingURL=appendErrors.d.ts.map