summaryrefslogtreecommitdiff
path: root/src/custom.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom.d.ts')
-rw-r--r--src/custom.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/custom.d.ts b/src/custom.d.ts
index db7360a..3a9b7ac 100644
--- a/src/custom.d.ts
+++ b/src/custom.d.ts
@@ -7,6 +7,10 @@ declare module '*.module.css' {
export default classes;
}
+interface Window {
+ i18n: any;
+}
+
// webpack definePlugin replacing variables
declare const __VERSION__: string;
declare const __DEV__: string;