We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0cdc6 commit 1ba58c8Copy full SHA for 1ba58c8
packages/webamp/js/webampLazy.tsx
@@ -1,4 +1,5 @@
1
import * as React from "react";
2
+import type JSZip from "jszip";
3
import ReactDOM from "react-dom/client";
4
import { Provider } from "react-redux";
5
@@ -52,7 +53,7 @@ export interface PrivateOptions {
52
53
}
54
55
export interface InjectableDependencies {
- requireJSZip: () => Promise<typeof import("jszip")>;
56
+ requireJSZip: () => Promise<JSZip>;
57
requireMusicMetadata: () => Promise<IMetadataApi>;
58
59
0 commit comments