Support Utilities access through Typescript

This commit is contained in:
Francisco Hodge 2019-03-07 20:53:07 -05:00
parent 6208d5f7e1
commit 90b67ec416

View File

@ -10,6 +10,11 @@ declare module 'simple-keyboard' {
} }
interface KeyboardOptions { interface KeyboardOptions {
/**
* Utilities
*/
utilities?: any;
/** /**
* Modify the keyboard layout. * Modify the keyboard layout.
*/ */