bulmil
Version:

17 lines (14 loc) • 361 B
JavaScript
import { r as registerInstance, h } from './index-c5baf484.js';
class CardImage {
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 };