UNPKG

dap-design-system

Version:

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

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