UNPKG

dap-design-system

Version:

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

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