bulmil
Version:

12 lines (11 loc) • 394 B
JavaScript
import { r as registerInstance, h } from './index-3da235db.js';
var CardContent = /** @class */ (function () {
function CardContent(hostRef) {
registerInstance(this, hostRef);
}
CardContent.prototype.render = function () {
return (h("div", { class: "card-content" }, h("slot", null)));
};
return CardContent;
}());
export { CardContent as bm_card_content };