diff --git a/src/lib/@types/index.d.ts b/src/lib/@types/index.d.ts index 16604880..6b60ace2 100644 --- a/src/lib/@types/index.d.ts +++ b/src/lib/@types/index.d.ts @@ -1,7 +1,5 @@ declare module 'simple-keyboard' { interface KeyboardLayoutObject { - default: string[]; - shift?: any; [key: string]: string[]; }