ados-rcm 1.1.447 → 1.1.448

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.
@@ -137,6 +137,12 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
137
137
  * Description : decides whether to enable drag or not
138
138
  */
139
139
  noDraggable?: boolean;
140
+ /**
141
+ * showRemote? : boolean
142
+ *
143
+ * Description : decides whether to show remote button for expanding/collapsing divider functionality
144
+ */
145
+ showRemote?: boolean;
140
146
  }
141
147
  export declare const ADivideFrame: React.MemoExoticComponent<(props: IADivideFrameProps) => import("react/jsx-runtime").JSX.Element>;
142
148
  export {};