UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 218 B
import { Brush } from "./Brush"; import { Type } from "./type"; /** * @hidden */ export interface IIcon { fill: Brush; svgPath: string; } /** * @hidden */ export declare let IIcon_$type: Type;