UNPKG

dap-design-system

Version:

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

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