UNPKG

@bulmil/core

Version:

![bulmil](https://user-images.githubusercontent.com/2362138/65766959-c721a080-e16f-11e9-9fb9-45a5a2ad0391.jpg)

26 lines (20 loc) 755 B
/*! * Bulmil - MIT License */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-d5e0586a.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: 'dc4e81e4602f24b00a7227f05c37d62165d7459d' }, index.h("footer", { key: 'faf78cba44110822a3fbf4d7f69b434e781464bc', class: { footer: true, } }, index.h("slot", { key: '303c1276b790d5b5930345cde43a63254d63e4d7' })))); } }; Footer.style = BmFooterStyle0; exports.bm_footer = Footer;