UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

7 lines (6 loc) 326 B
import type { XRJointSpace } from 'three'; import type { HandJoints } from '../lib/handJoints'; /** * Provides a reference to a requested hand joint, once available. */ export declare const useHandJoint: (handedness: "left" | "right", joint: HandJoints) => import("@threlte/core").CurrentWritable<XRJointSpace | undefined>;