mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update button interface
This commit is contained in:
parent
8bfd1bd702
commit
e60ca02841
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue