UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

9 lines (8 loc) 285 B
import { MutableRefObject } from "react"; import { Vector3 } from "three"; declare type KeyboardMovementProps = { direction: MutableRefObject<Vector3>; flying: boolean; }; declare const KeyboardMovement: (props: KeyboardMovementProps) => null; export default KeyboardMovement;