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