Build update

This commit is contained in:
Francisco Hodge
2021-01-13 19:28:39 +00:00
parent 17c06f2d69
commit 7c5a13d8a9
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.32.76
* simple-keyboard v2.32.77
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1,20 +1,20 @@
declare module 'simple-keyboard' {
interface KeyboardLayoutObject {
export interface KeyboardLayoutObject {
[key: string]: string[];
}
interface KeyboardButtonTheme {
export interface KeyboardButtonTheme {
class: string;
buttons: string;
}
interface KeyboardButtonAttributes {
export interface KeyboardButtonAttributes {
attribute: string;
value: string;
buttons: string;
}
interface KeyboardOptions {
export interface KeyboardOptions {
/**
* Modify the keyboard layout.
*/
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.32.76
* simple-keyboard v2.32.77
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)