fix: use window instead of (global as any)

This commit is contained in:
JellyBrick
2023-11-04 10:30:39 +09:00
parent a41db79c35
commit 6dabfaa9ba
4 changed files with 6 additions and 9 deletions

3
src/reset.d.ts vendored
View File

@ -18,6 +18,9 @@ declare global {
*/
_lact: number;
navigation: Navigation;
download: () => void;
togglePictureInPicture: () => void;
reload: () => void;
}
}