UNPKG

305 BJavaScriptView Raw
1import { r as registerInstance, h } from './index-d4feb066.js';
2
3const CardFooter = class {
4 constructor(hostRef) {
5 registerInstance(this, hostRef);
6 }
7 render() {
8 return (h("footer", { class: "card-footer" }, h("slot", null)));
9 }
10};
11
12export { CardFooter as bm_card_footer };