UNPKG

dap-design-system

Version:

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

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