bulmil
Version:

17 lines (14 loc) • 370 B
JavaScript
import { r as registerInstance, h } from './index-1069de58.js';
const CardImage = class {
constructor(hostRef) {
registerInstance(this, hostRef);
/**
* CSS Classes
*/
this.class = '';
}
render() {
return (h("div", { class: "card-image" }, h("slot", null)));
}
};
export { CardImage as bm_card_image };