Skip to content
Snippets Groups Projects
loader.mjs 469 B
Newer Older
  • Learn to ignore specific revisions
  • import { a as patchEsm, b as bootstrapLazy } from './core-8406794d.js';
    
    const defineCustomElements = (win, options) => {
      return patchEsm().then(() => {
        bootstrapLazy([["hy-baseline",[[4,"hy-baseline"]]],["hy-button_4",[[1,"hy-button",{"variant":[1],"icon":[1],"iconRight":[1,"icon-right"]}],[4,"hy-docs-container"],[4,"hy-row",{"justify":[1],"align":[1]}],[1,"hy-icon",{"icon":[1],"fill":[1],"size":[2]}]]]], options);
      });
    };
    
    export { defineCustomElements };