Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/getDirtyFields.d.ts 198 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
  declare const _default: <T>(defaultValues: T, formValues: T) => Record<Extract<keyof T, string>, boolean | Record<string, any>>;
  export default _default;
  //# sourceMappingURL=getDirtyFields.d.ts.map