UNPKG

bulmil

Version:

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

27 lines (26 loc) 878 B
System.register(['./index-1a441b18.system.js'], function (exports) { 'use strict'; var registerInstance, h; return { setters: [function (module) { registerInstance = module.r; h = module.h; }], execute: function () { 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; }()); exports('bm_card_content', CardContent); } }; });