UNPKG

dap-design-system

Version:

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

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