UNPKG

390 BJavaScriptView Raw
1import { r as registerInstance, h } from './index-3da235db.js';
2var CardFooter = /** @class */ (function () {
3 function CardFooter(hostRef) {
4 registerInstance(this, hostRef);
5 }
6 CardFooter.prototype.render = function () {
7 return (h("footer", { class: "card-footer" }, h("slot", null)));
8 };
9 return CardFooter;
10}());
11export { CardFooter as bm_card_footer };