UNPKG

dap-design-system

Version:

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

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