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

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.0.21
* simple-keyboard v3.0.22
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

File diff suppressed because one or more lines are too long

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