@bulmil/core
Version:

20 lines (15 loc) • 509 B
JavaScript
/*!
* Bulmil - MIT License
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-d5e0586a.js');
const CardContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { key: '8deefc4a73e184ab560c6ee867569573e208bdc6', class: "card-content" }, index.h("slot", { key: '29257e60fb46cb2a46554fcd4d9fe5901dacd1f8' })));
}
};
exports.bm_card_content = CardContent;