mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-02-03 00:06:50 +08:00
Make buttonAttrs buttons optional
This commit is contained in:
@@ -18,7 +18,7 @@ export type KeyboardButtonTheme = {
|
|||||||
export interface KeyboardButtonAttributes {
|
export interface KeyboardButtonAttributes {
|
||||||
attribute: string;
|
attribute: string;
|
||||||
value: string;
|
value: string;
|
||||||
buttons: string;
|
buttons?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface KeyboardInput {
|
export interface KeyboardInput {
|
||||||
|
|||||||
Reference in New Issue
Block a user