UNPKG

@progressive-development/pd-calendar

Version:

Webcomponent for calendar

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