makearmy-app/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts

4 lines
289 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
import type { ValidationRule, ValidationValue, ValidationValueMessage } from '../types';
declare const _default: <T extends ValidationValue>(rule?: ValidationRule<T> | ValidationValueMessage<T>) => string | T | undefined;
export default _default;
//# sourceMappingURL=getRuleValue.d.ts.map