Newer
Older
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const core = require('./core-5813f635.js');
const Baseline = class {
constructor(hostRef) {
core.registerInstance(this, hostRef);
}
render() {
return (core.h("div", { class: "hy-baseline" }, core.h("slot", null)));
}
static get style() { return "div.hy-baseline{display:block;margin-bottom:1rem}div.hy-baseline>*+*{margin-top:1rem}"; }
};
exports.hy_baseline = Baseline;