@plasmicapp/react-web 0.2.284 → 0.2.285

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/all.d.ts CHANGED
@@ -12322,12 +12322,12 @@ declare function PlasmicSlot<T extends keyof JSX.IntrinsicElements = "div">(prop
12322
12322
  as?: T;
12323
12323
  defaultContents?: React$1.ReactNode;
12324
12324
  value?: React$1.ReactNode;
12325
- }): string | number | true | any[] | React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null;
12325
+ }): React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | null;
12326
12326
  declare function renderPlasmicSlot<T extends keyof JSX.IntrinsicElements = "div">(opts: {
12327
12327
  as?: T;
12328
12328
  defaultContents?: React$1.ReactNode;
12329
12329
  value?: React$1.ReactNode;
12330
- }): string | number | true | any[] | React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null;
12330
+ }): React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | null;
12331
12331
 
12332
12332
  type Queries = {
12333
12333
  [name: string]: string;