Browse Source

Merge pull request #15911 from Methuselah96/export-as-namespace

Export types as namespace
Mr.doob 6 years ago
parent
commit
fd690f1a6d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Three.d.ts

+ 2 - 0
src/Three.d.ts

@@ -172,3 +172,5 @@ export * from './renderers/webgl/WebGLUniforms';
 export * from './renderers/webvr/WebVRManager';
 export * from './constants';
 export * from './Three.Legacy';
+
+export as namespace THREE;