1
0
Эх сурвалжийг харах

chore: introduce distribution types

Konstantinos Kaloutas 3 жил өмнө
parent
commit
e902780f19

+ 5 - 0
tldraw/packages/core/src/types/types.ts

@@ -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',