UNPKG

dap-design-system

Version:

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

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