Browse Source

Export types as namespace

Nathan Bierema 6 years ago
parent
commit
a4292a1959
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 './renderers/webvr/WebVRManager';
 export * from './constants';
 export * from './constants';
 export * from './Three.Legacy';
 export * from './Three.Legacy';
+
+export as namespace THREE;