UNPKG

298 BJavaScriptView Raw
1import { r as registerInstance, h } from './index-d4feb066.js';
2
3const CardImage = class {
4 constructor(hostRef) {
5 registerInstance(this, hostRef);
6 }
7 render() {
8 return (h("div", { class: "card-image" }, h("slot", null)));
9 }
10};
11
12export { CardImage as bm_card_image };