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 */
|
/** Button title on hover */
|
||||||
title: string;
|
title: string;
|
||||||
|
|
||||||
|
/** Color scheme */
|
||||||
|
theme: string;
|
||||||
|
|
||||||
/** Button size */
|
/** Button size */
|
||||||
size: N8nComponentSize;
|
size: N8nComponentSize;
|
||||||
|
|
||||||
|
@ -34,4 +37,7 @@ export declare class N8nButton extends N8nComponent {
|
||||||
|
|
||||||
/** Full width */
|
/** Full width */
|
||||||
fullWidth: boolean;
|
fullWidth: boolean;
|
||||||
|
|
||||||
|
/** Float left or right */
|
||||||
|
float: boolean;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue