UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

10 lines (9 loc) 156 B
export interface Icon { key: string; type: string; value: string; } export declare enum IconType { MATERIAL = "material", SVG = "svg" }