UNPKG

@bulmil/core

Version:

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

20 lines (15 loc) 509 B
/*! * Bulmil - MIT License */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-d5e0586a.js'); const CardContent = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("div", { key: '8deefc4a73e184ab560c6ee867569573e208bdc6', class: "card-content" }, index.h("slot", { key: '29257e60fb46cb2a46554fcd4d9fe5901dacd1f8' }))); } }; exports.bm_card_content = CardContent;