UNPKG

bulmil

Version:

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

16 lines (15 loc) 466 B
import { r as registerInstance, h } from './index-f2f430c1.js'; var CardContent = /** @class */ (function () { function CardContent(hostRef) { registerInstance(this, hostRef); /** * CSS Classes */ this.class = ''; } CardContent.prototype.render = function () { return (h("div", { class: "card-content" }, h("slot", null))); }; return CardContent; }()); export { CardContent as bm_card_content };