@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 652 B
JavaScript
import { r as registerInstance, h } from './index-593361c2.js';
const pageLayoutCss = ":host{align-items:flex-start;block-size:100%;display:flex;flex-direction:column;inline-size:100%;justify-content:flex-start}:host([hidden]){display:none !important}";
const UtrechtPageLayoutStyle0 = pageLayoutCss;
const PageLayout = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return h("slot", { key: '1cbb28b5b29af2e1b0ec3a9c9ce8faa343369e1a' });
}
};
PageLayout.style = UtrechtPageLayoutStyle0;
export { PageLayout as utrecht_page_layout };
//# sourceMappingURL=utrecht-page-layout.entry.js.map