UNPKG

@progressive-development/pd-order

Version:

Progressive Development Order Component

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