spacesvr-websessions
Version:
A standardized reality for future of the 3D Web
5 lines (4 loc) • 298 B
TypeScript
import { MutableRefObject } from "react";
export declare const useMetaHold: () => MutableRefObject<boolean>;
export declare const useShiftHold: () => MutableRefObject<boolean>;
export declare const useKeypress: (keys: string | string[], callback: (e: KeyboardEvent) => void, deps?: any[]) => void;