UNPKG

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