Updated types

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

View File

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