4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-10 16:27:10 +08:00

Updated types

This commit is contained in:
Francisco Hodge 2019-05-16 19:18:46 -04:00
parent f702184e15
commit a0c24db9d2

@ -1,7 +1,7 @@
declare module 'simple-keyboard' {
interface KeyboardLayoutObject {
default: string[];
shift?: string[];
shift?: any;
[key: string]: string[];
}