UNPKG

950 BJavaScriptView Raw
1System.register(['./index-bdd711f0.system.js'], function (exports) {
2 'use strict';
3 var registerInstance, h, Host;
4 return {
5 setters: [function (module) {
6 registerInstance = module.r;
7 h = module.h;
8 Host = module.e;
9 }],
10 execute: function () {
11 var footerCss = ".footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}";
12 var Footer = exports('bm_footer', /** @class */ (function () {
13 function class_1(hostRef) {
14 registerInstance(this, hostRef);
15 }
16 class_1.prototype.render = function () {
17 return (h(Host, null, h("footer", { class: {
18 footer: true,
19 } }, h("slot", null))));
20 };
21 return class_1;
22 }()));
23 Footer.style = footerCss;
24 }
25 };
26});