mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 21:20:58 +00:00
7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
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
|