ados-rcm 1.1.153 → 1.1.154

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,7 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
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 | number[];
85
+ minLength?: number;
86
86
  /**
87
87
  * children : React.ReactNode | React.ReactNode[]
88
88
  *