UNPKG

dap-design-system

Version:

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

9 lines (8 loc) 310 B
import { default as DapDSContentSwitcherItem } from './content-switcher-item.component'; export * from './content-switcher-item.component'; export default DapDSContentSwitcherItem; declare global { interface HTMLElementTagNameMap { 'dap-ds-content-switcher-item': DapDSContentSwitcherItem; } }