4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-04-12 20:03:08 +08:00
Francisco Hodge e3bcddd98f Build update
2022-07-31 23:53:52 +00:00

5 lines
94 B
TypeScript

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