UNPKG

dap-design-system

Version:

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

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