@bulmil/core
Version:

26 lines (20 loc) • 755 B
JavaScript
/*!
* Bulmil - MIT License
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-965e612c.js');
const footerCss = ".footer{background-color:hsl(0, 0%, 98%);padding:3rem 1.5rem 6rem}";
const BmFooterStyle0 = footerCss;
const Footer = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { key: '360ae0190628c48877104b451a52d1d4af8d8dd5' }, index.h("footer", { key: '6f99650c03f233e55a127a69f8af45290d9d1b9e', class: {
footer: true,
} }, index.h("slot", { key: '804fe525097deee69613e63622b6bab4d6e4104b' }))));
}
};
Footer.style = BmFooterStyle0;
exports.bm_footer = Footer;