diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-11 15:57:32 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-11 15:57:32 -0400 |
| commit | 6e90a5a7f4d4ed3e92d2ff8af6c1400768c95cd0 (patch) | |
| tree | d1fcee990c64cec2cde351841915b02e58c1eb2d /src/client/views/_global_variables.scss.d.ts | |
| parent | 50be8cb7a93110821c972c679567ddb6aae8bc6f (diff) | |
Fixed style import stuff
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 |
