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