bulmil
Version:

17 lines (12 loc) • 381 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-8e7d875f.js');
const CardContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { class: "card-content" }, index.h("slot", null)));
}
};
exports.bm_card_content = CardContent;
;