Update index.d.ts

This commit is contained in:
Francisco Hodge 2019-11-20 16:51:45 -05:00 committed by GitHub
parent b185fd8b4f
commit de177c62fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*/ */