bulmil
Version:

21 lines (16 loc) • 452 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-c5d25585.js');
const CardFooter = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
/**
* CSS Classes
*/
this.class = '';
}
render() {
return (index.h("footer", { class: "card-footer" }, index.h("slot", null)));
}
};
exports.bm_card_footer = CardFooter;
;