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/

13 lines (12 loc) 239 B
/** * 虚拟键盘 key map * 移动设备上模拟输入键,现有 4 行 */ export declare const NumberKeyMap: ({ key: string; title: string; subTitle: string; }[] | { key: string; title: string; }[])[];