feat: add typescript support for Window variable
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
export declare global {
|
||||
interface Window {
|
||||
__WB_MANIFEST: any; // todo
|
||||
skipWaiting: any; // todo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user