chore: introduce distribution types

pull/6802/head
Konstantinos Kaloutas 2022-09-21 12:28:49 +03:00
parent 7c5afa979b
commit e902780f19
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ export enum AlignType {
Right = 'right',
}
export enum DistributeType {
Horizontal = 'horizontal',
Vertical = 'vertical',
}
export enum TLResizeEdge {
Top = 'top_edge',
Right = 'right_edge',