UNPKG

dap-design-system

Version:

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

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