UNPKG

dap-design-system

Version:

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

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