skinview3d/types/skinview3d.d.ts

5 lines
114 B
TypeScript
Raw Normal View History

2018-02-09 05:55:04 +01:00
export * from "./model";
export * from "./animation";
export * from "./viewer";
2018-02-12 03:12:44 +01:00
export * from "./orbit_controls";