mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Types update
This commit is contained in:
parent
80f4307c36
commit
21fa732b1f
5
src/lib/@types/index.d.ts
vendored
5
src/lib/@types/index.d.ts
vendored
@ -106,6 +106,11 @@ declare module 'simple-keyboard' {
|
|||||||
*/
|
*/
|
||||||
disableCaretPositioning?: boolean;
|
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}").
|
* Executes the callback function on key press. Returns button layout name (i.e.: "{shift}").
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user