bulmil
Version:

21 lines (16 loc) • 511 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-8e7d875f.js');
const Column = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { class: {
column: true,
'is-narrow': this.isNarrow && typeof this.isNarrow === 'boolean',
[this.sizes]: Boolean(this.sizes),
} }));
}
};
exports.bm_column = Column;
;