@stories-js/core
Version:
Stories web components to build stories
24 lines (18 loc) • 525 B
JavaScript
/*!
* (C) StoriesJS https://storiesjs.org - GPL-2.0 License
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-c25eada5.js');
const routerCss = ":host{display:block}";
const Router = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null, index.h("slot", null)));
}
};
Router.style = routerCss;
exports.stories_router = Router;
//# sourceMappingURL=stories-router.cjs.entry.js.map