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.
- package/dist/AModule/AComponents/AFrame/AFrame.d.ts +6 -0
- package/dist/index.cjs.js +104 -104
- package/dist/index.es.js +6833 -6797
- package/package.json +1 -1
@@ -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 {};
|