UNPKG

dap-design-system

Version:

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

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