mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 03:58:11 +08:00
Clean up Vue component refs (#813)
* Clean up Vue component refs * Second pass of code improvements
This commit is contained in:
@@ -764,7 +764,7 @@ export type TextButtonWidget = {
|
||||
props: {
|
||||
kind: "TextButton";
|
||||
label: string;
|
||||
icon?: string;
|
||||
icon?: IconName;
|
||||
emphasized?: boolean;
|
||||
minWidth?: number;
|
||||
disabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user