@frontify/fondue 12.0.0-beta.328 → 12.0.0-beta.329

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/index.d.ts CHANGED
@@ -1112,7 +1112,7 @@ export declare const Dialog: {
1112
1112
  Content: {
1113
1113
  ({ children }: {
1114
1114
  children?: ReactNode;
1115
- }): ReactElement<any, string | JSXElementConstructor<any>>;
1115
+ }): ReactNode;
1116
1116
  displayName: string;
1117
1117
  };
1118
1118
  };
@@ -11476,7 +11476,7 @@ export declare const InlineDialog: {
11476
11476
  Content: {
11477
11477
  ({ children }: {
11478
11478
  children?: ReactNode;
11479
- }): ReactElement<any, string | JSXElementConstructor<any>>;
11479
+ }): ReactNode;
11480
11480
  displayName: string;
11481
11481
  };
11482
11482
  };
@@ -12407,7 +12407,7 @@ export declare const Popover: {
12407
12407
  Content: {
12408
12408
  ({ children }: {
12409
12409
  children?: ReactNode;
12410
- }): ReactElement<any, string | JSXElementConstructor<any>>;
12410
+ }): ReactNode;
12411
12411
  displayName: string;
12412
12412
  };
12413
12413
  };