import { default as DapDSCalendar } from './calendar.component.js'; import { default as DapDSCalendarCell } from './calendar-cell.component.js'; export * from './calendar.component.js'; export * from './calendar-cell.component.js'; export default DapDSCalendar; declare global { interface HTMLElementTagNameMap { 'dap-ds-calendar': DapDSCalendar; 'dap-ds-calendar-cell': DapDSCalendarCell; } }