UNPKG

320 BJavaScriptView Raw
1/*!
2 * Bulmil - MIT License
3 */
4import { r as registerInstance, h } from './index-8f15c9d4.js';
5
6let CardContent = class {
7 constructor(hostRef) {
8 registerInstance(this, hostRef);
9 }
10 render() {
11 return (h("div", { class: "card-content" }, h("slot", null)));
12 }
13};
14
15export { CardContent as bm_card_content };