ados-rcm 1.0.51 → 1.0.52
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.
|
@@ -227,8 +227,8 @@ export interface IADialogFrameProps {
|
|
|
227
227
|
*/
|
|
228
228
|
dlgState: IADialogState;
|
|
229
229
|
/**
|
|
230
|
-
* children : React.
|
|
230
|
+
* children : React.ReactNode
|
|
231
231
|
*/
|
|
232
|
-
children: React.
|
|
232
|
+
children: React.ReactNode;
|
|
233
233
|
}
|
|
234
234
|
export declare const ADialogFrame: (props: IADialogFrameProps) => import("react/jsx-runtime").JSX.Element;
|