@bulmil/core
Version:

16 lines (13 loc) • 434 B
JavaScript
/*!
* Bulmil - MIT License
*/
import { r as registerInstance, h } from './index-01625c18.js';
const CardContent = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("div", { key: '8deefc4a73e184ab560c6ee867569573e208bdc6', class: "card-content" }, h("slot", { key: '29257e60fb46cb2a46554fcd4d9fe5901dacd1f8' })));
}
};
export { CardContent as bm_card_content };