skinview3d/types/skinview3d.d.ts

12 lines
225 B
TypeScript

export {
CompositeAnimation,
WalkAnimation,
Animation,
AnimationFn,
IAnimation,
} from "./animation";
export { SkinViewer, SkinControl } from "./viewer";
export { SkinObject, CapeObject, PlayerObject } from "./model";