mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Update index.d.ts
This commit is contained in:
parent
b185fd8b4f
commit
de177c62fc
5
src/lib/@types/index.d.ts
vendored
5
src/lib/@types/index.d.ts
vendored
@ -94,6 +94,11 @@ declare module 'simple-keyboard' {
|
|||||||
*/
|
*/
|
||||||
preventMouseDownDefault?: boolean;
|
preventMouseDownDefault?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stops pointer down events on simple-keyboard buttons from bubbling to parent elements.
|
||||||
|
*/
|
||||||
|
stopMouseDownPropagation?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define the text color that the physical keyboard highlighted key should have.
|
* Define the text color that the physical keyboard highlighted key should have.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user