Pārlūkot izejas kodu

chore: introduce distribution types

Konstantinos Kaloutas 3 gadi atpakaļ
vecāks
revīzija
e902780f19
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      tldraw/packages/core/src/types/types.ts

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