bulmil
Version:

12 lines (11 loc) • 390 B
JavaScript
import { r as registerInstance, h } from './index-3da235db.js';
var CardFooter = /** @class */ (function () {
function CardFooter(hostRef) {
registerInstance(this, hostRef);
}
CardFooter.prototype.render = function () {
return (h("footer", { class: "card-footer" }, h("slot", null)));
};
return CardFooter;
}());
export { CardFooter as bm_card_footer };