bulmil
Version:

26 lines (25 loc) • 835 B
JavaScript
System.register(['./index-c6ef8482.system.js'], function (exports) {
'use strict';
var registerInstance, h;
return {
setters: [function (module) {
registerInstance = module.r;
h = module.h;
}],
execute: function () {
var CardImage = exports('bm_card_image', /** @class */ (function () {
function class_1(hostRef) {
registerInstance(this, hostRef);
/**
* CSS Classes
*/
this.class = '';
}
class_1.prototype.render = function () {
return (h("div", { class: "card-image" }, h("slot", null)));
};
return class_1;
}()));
}
};
});