1 | import { r as registerInstance, h } from './index-0c91bc53.js';
|
2 |
|
3 | const 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 |
|
12 | export { CardFooter as bm_card_footer };
|