UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

8 lines (7 loc) 263 B
import { MutableRefObject } from "react"; import { Vector3 } from "three"; declare type NippleMovementProps = { direction: MutableRefObject<Vector3>; }; declare const NippleMovement: (props: NippleMovementProps) => JSX.Element; export default NippleMovement;