simple-keyboard/build/services/KeyboardLayout.d.ts
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[];
};