bulmil
Version:

17 lines (12 loc) • 380 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-8e7d875f.js');
const CardFooter = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("footer", { class: "card-footer" }, index.h("slot", null)));
}
};
exports.bm_card_footer = CardFooter;
;