UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

11 lines (10 loc) 196 B
interface Keyboard { getLayoutMap: () => any; } declare global { interface Navigator { keyboard: Keyboard; } } export declare const useKeyboardLayout: () => string; export {};