UNPKG

dap-design-system

Version:

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

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