UNPKG

dap-design-system

Version:

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

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