ados-rcm 1.0.569 → 1.0.571

Sign up to get free protection for your applications and to get access to all the features.
@@ -273,4 +273,4 @@ export declare const useADialogCores: <T extends string>(extDlgNames: T[] | read
273
273
  export declare const useADialogCore: () => IADialogCore;
274
274
  export declare const CreateADC: <P extends {
275
275
  dlgCore: IADialogCore;
276
- }>(Builder: (props: P) => JSX.Element) => (props: P) => import("react/jsx-runtime").JSX.Element;
276
+ }>(Builder: (props: P) => React.ReactNode) => (props: P) => import("react/jsx-runtime").JSX.Element;