aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/global.d.ts')
-rw-r--r--language-web/src/main/js/global.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/language-web/src/main/js/global.d.ts b/language-web/src/main/js/global.d.ts
new file mode 100644
index 00000000..39bda7f3
--- /dev/null
+++ b/language-web/src/main/js/global.d.ts
@@ -0,0 +1,5 @@
1declare module '*.module.scss' {
2 const cssVariables: { [key in string]?: string };
3 // eslint-disable-next-line import/no-default-export
4 export default cssVariables;
5}