Build update

This commit is contained in:
Francisco Hodge
2021-03-29 19:53:54 +00:00
parent d235da1eff
commit bcbd2257c6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ declare class SimpleKeyboard {
* Clear the keyboards input.
* @param {string} [inputName] optional - the internal input to select
*/
clearInput(inputName: string): void;
clearInput(inputName?: string): void;
/**
* Get the keyboards input (You can also get it from the onChange prop).
* @param {string} [inputName] optional - the internal input to select