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-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;