ados-rcm 1.1.168 → 1.1.169

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,11 +78,11 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
78
78
  */
79
79
  lefts: number[];
80
80
  /**
81
- * minLength? : number = 20
81
+ * minLength? : number = 40
82
82
  *
83
83
  * Description : decides the minimum length of each child frame. The length is the width when direction is 'Row' and the height when direction is 'Col'.
84
84
  */
85
- minLength?: number;
85
+ minLength?: number | number[];
86
86
  /**
87
87
  * children : React.ReactNode | React.ReactNode[]
88
88
  *