ados-rcm 1.1.449 → 1.1.450

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.
@@ -133,11 +133,11 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
133
133
  */
134
134
  dividerInnerClassName?: string;
135
135
  /**
136
- * noDraggable? : boolean
136
+ * noDividerDraggable? : boolean
137
137
  *
138
138
  * Description : decides whether to enable drag or not
139
139
  */
140
- noDraggable?: boolean;
140
+ noDividerDraggable?: boolean;
141
141
  /**
142
142
  * showRemote? : boolean
143
143
  *