UNPKG

dap-design-system

Version:

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

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