Skip to content
Snippets Groups Projects
loader.mjs 944 B
Newer Older
  • Learn to ignore specific revisions
  • Markus Kaarto's avatar
    Markus Kaarto committed
    import { a as patchEsm, b as bootstrapLazy } from './core-71f84fa0.js';
    var defineCustomElements = function (win, options) {
        return patchEsm().then(function () {
    
    Tuukka Turu's avatar
    Tuukka Turu committed
            bootstrapLazy([["hy-baseline", [[4, "hy-baseline"]]], ["hy-docs-container", [[4, "hy-docs-container"]]], ["hy-button_11", [[4, "hy-button", { "variant": [1], "icon": [1], "iconRight": [1, "icon-right"] }], [4, "hy-grid-container"], [4, "hy-grid-item", { "columns": [1], "columnssm": [1], "columnslg": [1], "contentalign": [1] }], [4, "hy-grid-row"], [1, "hy-heading", { "heading": [1] }], [1, "hy-ingress"], [1, "hy-link", { "variant": [1], "linkContent": [1, "link-content"], "url": [1], "ariaLabel": [1, "aria-label"], "isExternal": [4, "is-external"] }], [1, "hy-paragraph-text"], [4, "hy-row", { "justify": [1], "align": [1] }], [1, "hy-tiny-text"], [0, "hy-icon", { "icon": [1], "fill": [1], "size": [2] }]]]], options);
    
    Markus Kaarto's avatar
    Markus Kaarto committed
        });
    };
    export { defineCustomElements };