Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/getRuleValue.d.ts 284 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
  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