zy-react-library 1.0.83 → 1.0.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,5 +17,5 @@ export type DownloadBlobFunction = (options: downloadBlobOptions) => Promise<any
17
17
  /**
18
18
  * 下载Blob流文件
19
19
  */
20
- export default function useImportFile(returnType: "array"): [boolean, DownloadBlobFunction];
21
- export default function useImportFile(returnType?: "object"): { loading: boolean; importFile: DownloadBlobFunction };
20
+ export default function useDownloadBlob(returnType: "array"): [boolean, DownloadBlobFunction];
21
+ export default function useDownloadBlob(returnType?: "object"): { loading: boolean; downloadBlob: DownloadBlobFunction };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.83",
4
+ "version": "1.0.84",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",