UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

9 lines (8 loc) 297 B
import { Object3D } from 'three/src/core/Object3D'; export declare class CSS2DObject extends Object3D { protected _element: HTMLElement; constructor(_element: HTMLElement); private _on_removed; get element(): HTMLElement; copy(source: CSS2DObject, recursive: boolean): this; }