@bulmil/core
Version:

20 lines (15 loc) • 387 B
JavaScript
/*!
* Bulmil - MIT License
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-481858d9.js');
let CardImage = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { class: "card-image" }, index.h("slot", null)));
}
};
exports.bm_card_image = CardImage;