use export *

This commit is contained in:
yushijinhun 2020-01-23 00:19:47 +08:00
parent 3af33ecda5
commit 5fd72eefcf
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 4 additions and 32 deletions

View File

@ -1,32 +1,4 @@
export {
SkinObject,
BodyPart,
CapeObject,
PlayerObject
} from "./model";
export {
SkinViewer,
SkinViewerOptions
} from "./viewer";
export {
OrbitControls,
createOrbitControls
} from "./orbit_controls";
export {
IAnimation,
AnimationFn,
Animation,
invokeAnimation,
SubAnimationHandle,
AnimationHandle,
CompositeAnimation,
RootAnimation,
WalkingAnimation,
RunningAnimation,
RotatingAnimation
} from "./animation";
export * from "./model";
export * from "./viewer";
export * from "./orbit_controls";
export * from "./animation";