UNPKG

bulmil

Version:

![bulmil](https://user-images.githubusercontent.com/2362138/65766959-c721a080-e16f-11e9-9fb9-45a5a2ad0391.jpg)

26 lines (25 loc) 835 B
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; }())); } }; });