UNPKG

dap-design-system

Version:

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

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