wrapito 13.0.0-beta1 → 13.0.0-beta2

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.cts CHANGED
@@ -54,7 +54,7 @@ type Extensions = {
54
54
  [key: string]: Extension;
55
55
  };
56
56
  type Component = React.ReactElement<any, any>;
57
- type RenderResult = RenderResult$1 | HTMLDivElement;
57
+ type RenderResult = RenderResult$1;
58
58
  type Mount = (component: Component) => RenderResult;
59
59
  interface Config {
60
60
  defaultHost: string;
package/dist/index.d.ts CHANGED
@@ -54,7 +54,7 @@ type Extensions = {
54
54
  [key: string]: Extension;
55
55
  };
56
56
  type Component = React.ReactElement<any, any>;
57
- type RenderResult = RenderResult$1 | HTMLDivElement;
57
+ type RenderResult = RenderResult$1;
58
58
  type Mount = (component: Component) => RenderResult;
59
59
  interface Config {
60
60
  defaultHost: string;