Files
opencrm/frontend/node_modules/react-hook-form/dist/logic/getValidationModes.d.ts
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01:00

4 lines
194 B
TypeScript

import type { Mode, ValidationModeFlags } from '../types';
declare const _default: (mode?: Mode) => ValidationModeFlags;
export default _default;
//# sourceMappingURL=getValidationModes.d.ts.map