UNPKG

874 BJavaScriptView Raw
1System.register(['./index-1a441b18.system.js'], function (exports) {
2 'use strict';
3 var registerInstance, h;
4 return {
5 setters: [function (module) {
6 registerInstance = module.r;
7 h = module.h;
8 }],
9 execute: function () {
10 var CardFooter = /** @class */ (function () {
11 function CardFooter(hostRef) {
12 registerInstance(this, hostRef);
13 /**
14 * CSS Classes
15 */
16 this.class = '';
17 }
18 CardFooter.prototype.render = function () {
19 return (h("footer", { class: "card-footer" }, h("slot", null)));
20 };
21 return CardFooter;
22 }());
23 exports('bm_card_footer', CardFooter);
24 }
25 };
26});