diff --git a/threejs/three.d.ts b/threejs/three.d.ts index 748900166..69f00cdce 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -5476,3 +5476,7 @@ declare module THREE { }; }; } + +declare module 'three' { + export=THREE; +} \ No newline at end of file