Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/generateWatchOutput.d.ts 310 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
  import { DeepPartial, FieldValues, Names } from '../types';
  declare const _default: <T>(names: string | string[] | undefined, _names: Names, formValues?: FieldValues, isGlobal?: boolean, defaultValue?: DeepPartial<T> | unknown) => any;
  export default _default;
  //# sourceMappingURL=generateWatchOutput.d.ts.map