UNPKG

533 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5const index = require('./index-8e7d875f.js');
6
7const footerCss = ".footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}";
8
9const Footer = class {
10 constructor(hostRef) {
11 index.registerInstance(this, hostRef);
12 }
13 render() {
14 return (index.h(index.Host, null, index.h("footer", { class: {
15 footer: true,
16 } }, index.h("slot", null))));
17 }
18};
19Footer.style = footerCss;
20
21exports.bm_footer = Footer;