ados-rcm 1.1.511 → 1.1.512

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.
@@ -149,12 +149,6 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
149
149
  * if you don't use pk, the lengths willd not be saved.
150
150
  */
151
151
  pk?: string | number;
152
- /**
153
- * remoteButtonClassName? : string
154
- *
155
- * Description : the className of the remote button
156
- */
157
- remoteButtonClassName?: string;
158
152
  /**
159
153
  * resources: typeof Resources.ADivideFrame;
160
154
  *