UNPKG

@realsee/dnalogel

Version:
8 lines (7 loc) 216 B
import { Object3D } from 'three'; export declare class IObject3D extends Object3D { constructor(); add(...objects: Object3D[]): this; remove(...objects: Object3D[]): this; removeFromParent(): this; }