Build update

This commit is contained in:
Francisco Hodge 2020-06-12 05:34:08 +00:00
parent aae27fb0d5
commit 0cecebc304
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v2.29.43 * simple-keyboard v2.29.45
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) * Copyright (c) Francisco Hodge (https://github.com/hodgef)

File diff suppressed because one or more lines are too long

5
build/index.d.ts vendored
View File

@ -186,6 +186,11 @@ declare module 'simple-keyboard' {
* Module classes to be loaded by simple-keyboard. * Module classes to be loaded by simple-keyboard.
*/ */
modules?: any[]; modules?: any[];
/**
* Module options can have any format
*/
[name: string]: any;
} }
class Keyboard { class Keyboard {

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v2.29.43 * simple-keyboard v2.29.45
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) * Copyright (c) Francisco Hodge (https://github.com/hodgef)