Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/getValueAndMessage.d.ts 262 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  import { ValidationRule } from '../types';
  declare const _default: (validationData?: ValidationRule) => {
      value: string | number | boolean | RegExp | undefined;
      message: string;
  };
  export default _default;
  //# sourceMappingURL=getValueAndMessage.d.ts.map