UNPKG

dap-design-system

Version:

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

9 lines (8 loc) 290 B
import { default as SystemZoomOutLine } from './system-zoom-out-line.component.js'; export * from './system-zoom-out-line.component.js'; export default SystemZoomOutLine; declare global { interface HTMLElementTagNameMap { 'dap-ds-icon-zoom-out-line': SystemZoomOutLine; } }