bulmil
Version:

29 lines (28 loc) • 1.02 kB
JavaScript
System.register(['./index-0812a769.system.js'], function (exports) {
'use strict';
var registerInstance, h, Host;
return {
setters: [function (module) {
registerInstance = module.r;
h = module.h;
Host = module.e;
}],
execute: function () {
var Column = exports('bm_column', /** @class */ (function () {
function class_1(hostRef) {
registerInstance(this, hostRef);
}
class_1.prototype.render = function () {
var _a;
return (h(Host, { class: (_a = {
column: true,
'is-narrow': this.isNarrow && typeof this.isNarrow === 'boolean'
},
_a[this.sizes] = Boolean(this.sizes),
_a) }));
};
return class_1;
}()));
}
};
});