UNPKG

@progressive-development/pd-wizard

Version:

Webcomponent pd-wizard following open-wc recommendations

9 lines (6 loc) 174 B
import { PdWizard } from './pd-wizard/PdWizard.js'; const tag = "pd-wizard"; if (!customElements.get(tag)) { customElements.define(tag, PdWizard); } export { PdWizard };