UNPKG

dap-design-system

Version:

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

9 lines (8 loc) 304 B
import { default as DapDSNavigationMenuItem } from './navigation-menu-item.component'; export * from './navigation-menu-item.component'; export default DapDSNavigationMenuItem; declare global { interface HTMLElementTagNameMap { 'dap-ds-navigation-menu-item': DapDSNavigationMenuItem; } }