UNPKG

larksr_websdk

Version:

Larksr websdk. Easy to build a cloud render client for larksr system or ue4 pixelstreaming.docs: https://paraversetechnology.github.io/en/webclient_sdk/

9 lines (8 loc) 167 B
/** * 虚拟键盘 key map * 移动设备上模拟输入键,现有 4 行 */ export declare const LetterKeyMap: { key: string; title: string; }[][];