UNPKG

dap-design-system

Version:

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

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