mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-22 01:29:39 +08:00
Build update
This commit is contained in:
parent
f16635436f
commit
8264ae199e
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.32.67
|
* simple-keyboard v2.32.68
|
||||||
* 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
@ -312,6 +312,11 @@ declare module 'simple-keyboard' {
|
|||||||
* Clears keyboard listeners and DOM elements.
|
* Clears keyboard listeners and DOM elements.
|
||||||
*/
|
*/
|
||||||
destroy(): void;
|
destroy(): void;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Iterate on each button (ForEach)
|
||||||
|
*/
|
||||||
|
recurseButtons(fn: any): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Keyboard;
|
export default Keyboard;
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user