UNPKG

dap-design-system

Version:

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

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