UNPKG

dap-design-system

Version:

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

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