semblance-dev/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts
2025-08-04 09:07:59 -05:00

4 lines
No EOL
284 B
TypeScript

import { 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