UNPKG

dap-design-system

Version:

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

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