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:
parent
60b1401e34
commit
57352b6868
2
src/lib/@types/index.d.ts
vendored
2
src/lib/@types/index.d.ts
vendored
@ -192,7 +192,7 @@ declare module 'simple-keyboard' {
|
|||||||
|
|
||||||
class Keyboard {
|
class Keyboard {
|
||||||
constructor(selector: string, options: KeyboardOptions);
|
constructor(selector: string, options: KeyboardOptions);
|
||||||
constructor(selector: HTMLDivElement, options: KeyboardOptions)
|
constructor(selector: HTMLDivElement, options: KeyboardOptions);
|
||||||
constructor(options: KeyboardOptions);
|
constructor(options: KeyboardOptions);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user