UNPKG

dap-design-system

Version:

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

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