mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Support Utilities access through Typescript
This commit is contained in:
parent
6208d5f7e1
commit
90b67ec416
5
src/lib/@types/index.d.ts
vendored
5
src/lib/@types/index.d.ts
vendored
@ -10,6 +10,11 @@ declare module 'simple-keyboard' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface KeyboardOptions {
|
interface KeyboardOptions {
|
||||||
|
/**
|
||||||
|
* Utilities
|
||||||
|
*/
|
||||||
|
utilities?: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modify the keyboard layout.
|
* Modify the keyboard layout.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user