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