diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-16 18:32:57 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-16 18:32:57 -0400 |
| commit | b29a0d1cef60b55f609fcd94ad38232ae557e681 (patch) | |
| tree | 3b2cf48d0ac27582da8603ca7f614b68f874ab0c /src/client/goldenLayout.d.ts | |
| parent | 179200777d8d283509bc81ea1318c1f51c2251ce (diff) | |
Fixed linter errors
Diffstat (limited to 'src/client/goldenLayout.d.ts')
| -rw-r--r-- | src/client/goldenLayout.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/goldenLayout.d.ts b/src/client/goldenLayout.d.ts new file mode 100644 index 000000000..b50240563 --- /dev/null +++ b/src/client/goldenLayout.d.ts @@ -0,0 +1,3 @@ + +declare const GoldenLayout: any; +export = GoldenLayout;
\ No newline at end of file |
