diff options
Diffstat (limited to 'src/client/views/_global_variables.scss.d.ts')
-rw-r--r-- | src/client/views/_global_variables.scss.d.ts | 6 |
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 |