Update index.d.ts

This commit is contained in:
Francisco Hodge 2020-03-12 19:32:40 -04:00 committed by GitHub
parent 60b1401e34
commit 57352b6868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ declare module 'simple-keyboard' {
class Keyboard {
constructor(selector: string, options: KeyboardOptions);
constructor(selector: HTMLDivElement, options: KeyboardOptions)
constructor(selector: HTMLDivElement, options: KeyboardOptions);
constructor(options: KeyboardOptions);
/**