'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

const index = require('./index-552c6bcd.js');

const baselineCss = "div.hy-baseline{display:block;margin-bottom:1rem}div.hy-baseline>*+*{margin-top:1rem}";

const Baseline = class {
    constructor(hostRef) {
        index.registerInstance(this, hostRef);
    }
    render() {
        return (index.h("div", { class: "hy-baseline" }, index.h("slot", null)));
    }
};
Baseline.style = baselineCss;

exports.hy_baseline = Baseline;