UNPKG

dap-design-system

Version:

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

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