UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

3 lines (2 loc) 187 B
import { Object3D, Scene } from 'three'; export declare function getObjectByCustomProperty(propName: string, value: any, scene: Scene): Object3D<import('three').Object3DEventMap> | null;