UNPKG

angular-three-theatre

Version:
8 lines (7 loc) 428 B
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)[];