diff --git a/examples/jsm/misc/MorphAnimMesh.d.ts b/examples/jsm/misc/MorphAnimMesh.d.ts index 89cbcea5538e67f82386da8ecf1716ae3ff60165..11a22850d5e97f7120ce205edeceafba60d92d7b 100644 --- a/examples/jsm/misc/MorphAnimMesh.d.ts +++ b/examples/jsm/misc/MorphAnimMesh.d.ts @@ -1,5 +1,5 @@ +import { AnimationAction } from '../../../src/animation/AnimationAction' import { - AnimationAction, AnimationMixer, BufferGeometry, Geometry, diff --git a/src/Three.d.ts b/src/Three.d.ts index deb9f697931f0cd76752ec1152f3755a3ed9f94b..4f8e8df4df347b51fef3729586290abb5d18ad6d 100644 --- a/src/Three.d.ts +++ b/src/Three.d.ts @@ -86,7 +86,6 @@ export * from './animation/AnimationUtils'; export * from './animation/AnimationObjectGroup'; export * from './animation/AnimationMixer'; export * from './animation/AnimationClip'; -export * from './animation/AnimationAction'; export * from './core/Uniform'; export * from './core/InstancedBufferGeometry'; export * from './core/BufferGeometry';