UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 403 B
import { Base, Type } from "./type"; import { Brush } from "./Brush"; import { LinearGradientBrush } from "./LinearGradientBrush"; import { GradientStop } from "./GradientStop"; /** * @hidden */ export declare class BrushUtilCore extends Base { static $t: Type; static a(a: Brush): boolean; static c(a: LinearGradientBrush): boolean; static b(a: GradientStop): boolean; }