UNPKG

@progressive-development/pd-wizard

Version:

Webcomponent pd-wizard following open-wc recommendations

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