UNPKG

dap-design-system

Version:

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

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