UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

6 lines (5 loc) 250 B
import type { Object3D } from 'three'; export declare const usePointerControls: () => { addInteractiveObject: (object: Object3D, events: Record<string, (arg: unknown) => void>) => void; removeInteractiveObject: (object: Object3D) => void; };