ados-rcm 1.1.634 → 1.1.635

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,6 +123,12 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
123
123
  * Description : the style of the divider
124
124
  */
125
125
  dividerStyle?: React.CSSProperties;
126
+ /**
127
+ * expandLayerLength? : number | number[] = 40
128
+ *
129
+ * Description : decides the layer lengths when expanding. Each value represents the length of each layer when expanded.
130
+ */
131
+ expandLayerLength?: number | number[];
126
132
  /**
127
133
  * lefts : number[]
128
134
  *