UNPKG

@progressive-development/pd-calendar

Version:

Webcomponent for calendar

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