UNPKG

dap-design-system

Version:

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

9 lines (8 loc) 269 B
import { default as SystemTimeLine } from './system-time-line.component.js'; export * from './system-time-line.component.js'; export default SystemTimeLine; declare global { interface HTMLElementTagNameMap { 'dap-ds-icon-time-line': SystemTimeLine; } }