UNPKG

dap-design-system

Version:

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

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