dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
9 lines (8 loc) • 320 B
TypeScript
import { default as SystemErrorWarningFill } from './system-error-warning-fill.component.js';
export * from './system-error-warning-fill.component.js';
export default SystemErrorWarningFill;
declare global {
interface HTMLElementTagNameMap {
'dap-ds-icon-error-warning-fill': SystemErrorWarningFill;
}
}