Feature: Align elements (#2267)

Co-authored-by: Maximilian Massing <maximilian.massing@googlemail.com>
Co-authored-by: Sven Kube <github@sven-kube.de>
Co-authored-by: Maximilian Massing <massing@sipgate.de>
This commit is contained in:
Sven Kube 2020-10-31 11:40:06 +01:00 committed by GitHub
parent 411bc2aa0a
commit 856ab50090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1087 additions and 2 deletions

View file

@ -65,7 +65,13 @@ export type ActionName =
| "ungroup"
| "goToCollaborator"
| "addToLibrary"
| "changeSharpness";
| "changeSharpness"
| "alignTop"
| "alignBottom"
| "alignLeft"
| "alignRight"
| "alignVerticallyCentered"
| "alignHorizontallyCentered";
export interface Action {
name: ActionName;