Build update

This commit is contained in:
Francisco Hodge
2019-06-02 03:04:55 -04:00
parent 8795232092
commit b490481761
7 changed files with 27 additions and 7 deletions
+5
View File
@@ -220,6 +220,11 @@ declare module 'simple-keyboard' {
* @param {string} button The button layout name to select
*/
getButtonElement(button: string): HTMLElement | HTMLElement[];
/**
* Clears keyboard listeners and DOM elements.
*/
destroy(): void;
}
export default Keyboard;