UNPKG

dap-design-system

Version:

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

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