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