4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-18 01:41:03 +08:00
Francisco Hodge fe136b78f4 Build update
2022-09-30 02:07:34 +00:00

5 lines
94 B
TypeScript

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