UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 535 B
import { ObservableCollection$1 } from "./ObservableCollection$1"; import { Brush } from "./Brush"; import { InterpolationMode } from "./InterpolationMode"; import { Type } from "./type"; /** * @hidden */ export declare class BrushCollection extends ObservableCollection$1<Brush> { static $t: Type; constructor(); private static ag; ai(): Brush; get af(): InterpolationMode; set af(a: InterpolationMode); private ae; item(a: number, b?: Brush): Brush; equals(a: any): boolean; }