mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 11:39:08 +00:00
In development, persist application state across hot reloads.
This commit is contained in:
4
global.d.ts
vendored
4
global.d.ts
vendored
@@ -4,6 +4,10 @@ declare interface NodeModule {
|
||||
hot: any;
|
||||
}
|
||||
|
||||
declare interface Window {
|
||||
STATE: any
|
||||
}
|
||||
|
||||
declare namespace JSX {
|
||||
interface Element { }
|
||||
interface IntrinsicElements { }
|
||||
|
||||
Reference in New Issue
Block a user