UNPKG

527 BJavaScriptView Raw
1import { r as registerInstance, h, H as Host } from './index-3da235db.js';
2var footerCss = ".footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}";
3var Footer = /** @class */ (function () {
4 function Footer(hostRef) {
5 registerInstance(this, hostRef);
6 }
7 Footer.prototype.render = function () {
8 return (h(Host, null, h("footer", { class: {
9 footer: true,
10 } }, h("slot", null))));
11 };
12 return Footer;
13}());
14Footer.style = footerCss;
15export { Footer as bm_footer };