UNPKG

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