4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-17 09:01:03 +08:00
2022-09-29 19:06:00 -07:00

5 lines
98 B
TypeScript

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