feat: add typescript support for Window variable

This commit is contained in:
HD
2022-06-17 00:30:42 +08:00
parent e35eca7a1c
commit 9c57fabeba
+7
View File
@@ -0,0 +1,7 @@
export declare global {
interface Window {
__WB_MANIFEST: any; // todo
skipWaiting: any; // todo
}
}