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