4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-15 20:54:06 +08:00

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

@ -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);
/**