mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Updated types
This commit is contained in:
parent
f9d594b8a0
commit
efc502741e
6
src/lib/@types/index.d.ts
vendored
6
src/lib/@types/index.d.ts
vendored
@ -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.
|
* `{ [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?:
|
maxLength?: any;
|
||||||
| number
|
|
||||||
| {
|
|
||||||
[inputName: string]: number;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When set to true, this option synchronizes the internal input of every simple-keyboard instance.
|
* When set to true, this option synchronizes the internal input of every simple-keyboard instance.
|
||||||
|
Loading…
Reference in New Issue
Block a user