bulmil
Version:

22 lines (21 loc) • 721 B
JavaScript
System.register(['./index-0812a769.system.js'], function (exports) {
'use strict';
var registerInstance, h;
return {
setters: [function (module) {
registerInstance = module.r;
h = module.h;
}],
execute: function () {
var CardContent = exports('bm_card_content', /** @class */ (function () {
function class_1(hostRef) {
registerInstance(this, hostRef);
}
class_1.prototype.render = function () {
return (h("div", { class: "card-content" }, h("slot", null)));
};
return class_1;
}()));
}
};
});