angular-three-theatre
Version:
TheatreJS for Angular Three
8 lines (7 loc) • 428 B
TypeScript
import { TheatreSheetObject as Impl } from './sheet-object';
import { TheatreSheetObjectSync } from './sync';
import { TheatreSheetObjectTransform } from './transform';
export { TheatreSheetObject as TheatreSheetObjectImpl } from './sheet-object';
export * from './sync';
export * from './transform';
export declare const TheatreSheetObject: (typeof Impl | typeof TheatreSheetObjectSync | typeof TheatreSheetObjectTransform)[];