UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

10 lines (6 loc) 295 B
// AnjunaDocs: Custom Elements Define Library, ES Module/es5 Target import { defineCustomElement } from './anjuna-docs.core.js'; import { COMPONENTS } from './anjuna-docs.components.js'; export function defineCustomElements(win, opts) { return defineCustomElement(win, COMPONENTS, opts); }