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

7 lines
267 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import type { ValidationRule } from '../types';
declare const _default: (validationData?: ValidationRule) => {
value: string | number | boolean | RegExp | undefined;
message: string;
};
export default _default;
//# sourceMappingURL=getValueAndMessage.d.ts.map