UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

9 lines (8 loc) 243 B
import { GroupProps } from "@react-three/fiber"; declare type Props = { keyCode: string; keyPress?: string[]; onPress?: (e: KeyboardEvent) => void; } & GroupProps; export declare function Key(props: Props): JSX.Element; export {};