Modified getInput return type

This commit is contained in:
Francisco Hodge 2018-12-04 20:06:32 -05:00
parent 4a9d485d5b
commit 82e242a806

View File

@ -152,7 +152,7 @@ declare module 'simple-keyboard' {
* Get the keyboards input (You can also get it from the onChange prop). * Get the keyboards input (You can also get it from the onChange prop).
* @param {string} [inputName] optional - the internal input to select * @param {string} [inputName] optional - the internal input to select
*/ */
getInput(inputName?: string): void; getInput(inputName?: string): string;
/** /**
* Set the keyboards input. * Set the keyboards input.