@threlte/xr
Version:
Tools to more easily create VR and AR experiences with Threlte
7 lines (6 loc) • 343 B
TypeScript
import type { XRJointSpace } from 'three';
import type { HandJoints } from '../lib/handJoints.js';
/**
* Provides a reference to a requested hand joint, once available.
*/
export declare const useHandJoint: (handedness: "left" | "right", joint: HandJoints) => import("./currentReadable.svelte.js").CurrentReadable<XRJointSpace | undefined>;