Types update

This commit is contained in:
Francisco Hodge 2019-01-24 23:03:23 -05:00
parent 80f4307c36
commit 21fa732b1f

View File

@ -106,6 +106,11 @@ declare module 'simple-keyboard' {
*/
disableCaretPositioning?: boolean;
/**
* Restrains input(s) change to the defined regular expression pattern.
*/
inputPattern?: any;
/**
* Executes the callback function on key press. Returns button layout name (i.e.: "{shift}").
*/