3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-03 16:02:56 +08:00
simple-keyboard/build/services/KeyboardLayout.d.ts
2021-11-27 01:16:10 -08:00

5 lines
94 B
TypeScript

export declare const getDefaultLayout: () => {
default: string[];
shift: string[];
};