@developer_tribe/react-builder 1.2.4 → 1.2.7

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.
@@ -23,6 +23,6 @@ export declare class RenderErrorBoundary extends React.Component<RenderErrorBoun
23
23
  private buildDetails;
24
24
  private copyDetails;
25
25
  private reset;
26
- render(): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<React.ReactNode> | null | undefined;
26
+ render(): string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
27
27
  }
28
28
  export {};