UNPKG

@stories-js/core

Version:

Stories web components to build stories

24 lines (18 loc) 712 B
/*! * (C) StoriesJS https://storiesjs.org - GPL-2.0 License */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-c25eada5.js'); const footerCss = "stories-footer{display:block;position:relative;-ms-flex-order:1;order:1;width:100%;z-index:10}stories-footer stories-toolbar:last-of-type{padding-bottom:var(--stories-safe-area-bottom, 0)}"; const Footer = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, { role: "contentinfo" }, index.h("slot", null))); } }; Footer.style = footerCss; exports.stories_footer = Footer; //# sourceMappingURL=stories-footer.cjs.entry.js.map