From efc502741ec9bfe482c3d1ca53c1ccf71457dd1b Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Tue, 9 Apr 2019 20:40:14 -0400 Subject: [PATCH] Updated types --- src/lib/@types/index.d.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/@types/index.d.ts b/src/lib/@types/index.d.ts index 21065659..cbfac83e 100644 --- a/src/lib/@types/index.d.ts +++ b/src/lib/@types/index.d.ts @@ -66,11 +66,7 @@ declare module 'simple-keyboard' { * * `{ [inputName: string]: number }`: Restrains simple-keyboard’s individual inputs to a certain length. This should be used in addition to the input element’s maxlengthattribute. */ - maxLength?: - | number - | { - [inputName: string]: number; - }; + maxLength?: any; /** * When set to true, this option synchronizes the internal input of every simple-keyboard instance.