aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/_global_variables.scss.d.ts')
-rw-r--r--src/client/views/_global_variables.scss.d.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/_global_variables.scss.d.ts b/src/client/views/_global_variables.scss.d.ts
index c902d473f..ebee7dbce 100644
--- a/src/client/views/_global_variables.scss.d.ts
+++ b/src/client/views/_global_variables.scss.d.ts
@@ -1,7 +1,7 @@
-export interface I_globalScss {
+interface IGlobalScss {
contextMenuZindex: string; // context menu shows up over everything
}
-export const globalStyleVariables: I_globalScss;
+declare const globalStyleVariables: IGlobalScss;
-export default globalStyleVariables; \ No newline at end of file
+export = globalStyleVariables; \ No newline at end of file