Add distribute actions. (#2395)

This commit is contained in:
Steve Ruiz
2020-11-23 19:16:23 +01:00
committed by GitHub
parent d3c3894108
commit 198106e297
9 changed files with 278 additions and 8 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ export type ActionName =
| "alignLeft"
| "alignRight"
| "alignVerticallyCentered"
| "alignHorizontallyCentered";
| "alignHorizontallyCentered"
| "distributeHorizontally"
| "distributeVertically";
export interface Action {
name: ActionName;