bulmil
Version:

17 lines (14 loc) • 377 B
JavaScript
import { r as registerInstance, h } from './index-acc65a9d.js';
const CardFooter = class {
constructor(hostRef) {
registerInstance(this, hostRef);
/**
* CSS Classes
*/
this.class = '';
}
render() {
return (h("footer", { class: "card-footer" }, h("slot", null)));
}
};
export { CardFooter as bm_card_footer };