Build update

This commit is contained in:
Francisco Hodge
2020-02-08 16:37:03 +00:00
parent 8e351aa919
commit c06fc7942e
5 changed files with 9 additions and 4 deletions
+5
View File
@@ -183,6 +183,11 @@ declare module 'simple-keyboard' {
* Executes the callback function on input change. Returns the input object with all defined inputs.
*/
onChangeAll?: (inputs: any) => any;
/**
* Module classes to be loaded by simple-keyboard.
*/
modules?: any[];
}
class Keyboard {