mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 11:03:04 +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…
Reference in New Issue
Block a user