@plasmicapp/react-web 0.2.362 → 0.2.364

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
@@ -13227,7 +13227,7 @@ type PlasmicClass<V extends Record<string, any>, A extends Record<string, any>,
13227
13227
  variants?: V;
13228
13228
  args?: A;
13229
13229
  overrides?: O;
13230
- }): React$1.ReactElement | null;
13230
+ }): React$1.ReactNode;
13231
13231
  internalVariantProps: (keyof V)[];
13232
13232
  internalArgProps: (keyof A)[];
13233
13233
  };