UNPKG

@realsee/dnalogel

Version:
4 lines (3 loc) 205 B
import type { Object3D } from 'three'; import type { CSS3DObjectPlus } from './three/CSS3DObject'; export default function getAllCSS3DObject(object: Object3D[] | Object3D): CSS3DObjectPlus<HTMLElement>[];