UNPKG

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