3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-06 10:16:33 +08:00

5 lines
94 B
TypeScript
Raw Normal View History

2022-09-30 02:07:34 +00:00
export declare const getDefaultLayout: () => {
default: string[];
shift: string[];
};