UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 213 B
import { SafeHtml } from '@angular/platform-browser'; export interface LanguageIcons { [k: string]: LanguageIconValue; } export interface LanguageIconValue { languageName: string; svgIcon: SafeHtml; }