UNPKG

381 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5const index = require('./index-8e7d875f.js');
6
7const CardContent = class {
8 constructor(hostRef) {
9 index.registerInstance(this, hostRef);
10 }
11 render() {
12 return (index.h("div", { class: "card-content" }, index.h("slot", null)));
13 }
14};
15
16exports.bm_card_content = CardContent;