UNPKG

262 BTypeScriptView Raw
1import { ValidationRule } from '../types';
2declare const _default: (validationData?: ValidationRule) => {
3 value: string | number | boolean | RegExp | undefined;
4 message: string;
5};
6export default _default;
7//# sourceMappingURL=getValueAndMessage.d.ts.map
\No newline at end of file