Skip to content

Commit 1ba58c8

Browse files
committed
Aovid import types
1 parent 9d0cdc6 commit 1ba58c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/webamp/js/webampLazy.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as React from "react";
2+
import type JSZip from "jszip";
23
import ReactDOM from "react-dom/client";
34
import { Provider } from "react-redux";
45

@@ -52,7 +53,7 @@ export interface PrivateOptions {
5253
}
5354

5455
export interface InjectableDependencies {
55-
requireJSZip: () => Promise<typeof import("jszip")>;
56+
requireJSZip: () => Promise<JSZip>;
5657
requireMusicMetadata: () => Promise<IMetadataApi>;
5758
}
5859

0 commit comments

Comments
 (0)