UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

20 lines (19 loc) 579 B
import { Host, h } from "@stencil/core"; export class PageSample { render() { return (h(Host, { key: '04d1cd004788ba771fa487b4c930b80204308207' }, h("slot", { key: '3fd60a4b0053cf772c06663b780ec9135a392ffe' }))); } static get is() { return "page-sample"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["page-sample.css"] }; } static get styleUrls() { return { "$": ["page-sample.css"] }; } } //# sourceMappingURL=page-sample.js.map