UNPKG

dap-design-system

Version:

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

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