UNPKG

436 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5const index = require('./index-849db034.js');
6
7class CardImage {
8 constructor(hostRef) {
9 index.registerInstance(this, hostRef);
10 /**
11 * CSS Classes
12 */
13 this.class = '';
14 }
15 render() {
16 return (index.h("div", { class: "card-image" }, index.h("slot", null)));
17 }
18}
19
20exports.bm_card_image = CardImage;