UNPKG

394 BJavaScriptView Raw
1import { r as registerInstance, h } from './index-f2f430c1.js';
2var CardContent = /** @class */ (function () {
3 function CardContent(hostRef) {
4 registerInstance(this, hostRef);
5 }
6 CardContent.prototype.render = function () {
7 return (h("div", { class: "card-content" }, h("slot", null)));
8 };
9 return CardContent;
10}());
11export { CardContent as bm_card_content };