mol_dump_lib 0.0.5 → 0.0.6

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/web.mjs CHANGED
@@ -2503,6 +2503,7 @@ var $;
2503
2503
  }
2504
2504
  attributes_observe(View.prototype);
2505
2505
  customElements.define(Component.tag, Component);
2506
+ return Component;
2506
2507
  }
2507
2508
  $.$mol_view_component = $mol_view_component;
2508
2509
  })($ || ($ = {}));