UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

5 lines (4 loc) 268 B
import { MutableRefObject } from "react"; import { Group, Vector3 } from "three"; export declare const useCapsuleCollider: (initPos: MutableRefObject<Vector3>) => import("@react-three/cannon").Api<Group>; export declare function VisibleCapsuleCollider(): JSX.Element;