We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22da01b commit 59cc676Copy full SHA for 59cc676
types/three/OTHER_FILES.txt
@@ -1,6 +1,8 @@
1
build/three.d.cts
2
build/three.d.ts
3
+build/three.min.d.ts
4
build/three.module.d.ts
5
+build/three.module.min.d.ts
6
examples/jsm/animation/AnimationClipCreator.d.ts
7
examples/jsm/csm/CSMShader.d.ts
8
examples/jsm/controls/MapControls.d.ts
types/three/build/three.min.d.ts
@@ -0,0 +1,2 @@
+export * from '../src/Three';
+export as namespace THREE;
types/three/build/three.module.min.d.ts
0 commit comments