UNPKG

dap-design-system

Version:

Official design system for the DÁP (dap.gov.hu)

9 lines (8 loc) 265 B
import { default as DapDSCalendarCell } from './calendar-cell.component'; export * from './calendar-cell.component'; export default DapDSCalendarCell; declare global { interface HTMLElementTagNameMap { 'dap-ds-calendar-cell': DapDSCalendarCell; } }