UNPKG

715 BJavaScriptView Raw
1System.register(['./index-c6ef8482.system.js'], function (exports) {
2 'use strict';
3 var registerInstance, h;
4 return {
5 setters: [function (module) {
6 registerInstance = module.r;
7 h = module.h;
8 }],
9 execute: function () {
10 var CardImage = exports('bm_card_image', /** @class */ (function () {
11 function class_1(hostRef) {
12 registerInstance(this, hostRef);
13 }
14 class_1.prototype.render = function () {
15 return (h("div", { class: "card-image" }, h("slot", null)));
16 };
17 return class_1;
18 }()));
19 }
20 };
21});