skinview3d/types/skinview3d.d.ts

12 lines
226 B
TypeScript
Raw Normal View History

2018-02-05 11:30:14 +01:00
export {
CompositeAnimation,
WalkAnimation,
Animation,
AnimationFn,
IAnimation
} from './animation'
2018-02-04 15:15:03 +01:00
export { SkinViewer, SkinControl } from './viewer'
2018-02-05 11:30:14 +01:00
2018-02-04 15:15:03 +01:00
export { SkinObject, CapeObject, PlayerObject } from './model'