mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Modified getInput return type
This commit is contained in:
Vendored
+1
-1
@@ -152,7 +152,7 @@ declare module 'simple-keyboard' {
|
|||||||
* Get the keyboard’s input (You can also get it from the onChange prop).
|
* Get the keyboard’s 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 keyboard’s input.
|
* Set the keyboard’s input.
|
||||||
|
|||||||
Reference in New Issue
Block a user