mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-07 23:03:09 +08:00
Build update
This commit is contained in:
parent
aae27fb0d5
commit
0cecebc304
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.29.43
|
* simple-keyboard v2.29.45
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
File diff suppressed because one or more lines are too long
5
build/index.d.ts
vendored
5
build/index.d.ts
vendored
@ -186,6 +186,11 @@ declare module 'simple-keyboard' {
|
|||||||
* Module classes to be loaded by simple-keyboard.
|
* Module classes to be loaded by simple-keyboard.
|
||||||
*/
|
*/
|
||||||
modules?: any[];
|
modules?: any[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module options can have any format
|
||||||
|
*/
|
||||||
|
[name: string]: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Keyboard {
|
class Keyboard {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.29.43
|
* simple-keyboard v2.29.45
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
Loading…
Reference in New Issue
Block a user