update button interface

This commit is contained in:
Mutasem 2021-08-09 17:51:16 +02:00
parent 8bfd1bd702
commit e60ca02841

View file

@ -11,6 +11,9 @@ export declare class N8nButton extends N8nComponent {
/** Button title on hover */
title: string;
/** Color scheme */
theme: string;
/** Button size */
size: N8nComponentSize;
@ -34,4 +37,7 @@ export declare class N8nButton extends N8nComponent {
/** Full width */
fullWidth: boolean;
/** Float left or right */
float: boolean;
}