bulmil
Version:

21 lines (16 loc) • 453 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-c5d25585.js');
const CardContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
/**
* CSS Classes
*/
this.class = '';
}
render() {
return (index.h("div", { class: "card-content" }, index.h("slot", null)));
}
};
exports.bm_card_content = CardContent;
;