mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
export declare const getDefaultLayout: () => {
|
|
default: string[];
|
|
shift: string[];
|
|
};
|