igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
17 lines (16 loc) • 535 B
TypeScript
import { ObservableCollection$1 } from "./ObservableCollection$1";
import { Color } from "./Color";
import { InterpolationMode } from "./InterpolationMode";
import { IList$1, Type } from "./type";
/**
* @hidden
*/
export declare class ObservableColorCollection extends ObservableCollection$1<Color> {
static $t: Type;
constructor();
get af(): InterpolationMode;
set af(a: InterpolationMode);
private ae;
equals(a: any): boolean;
static ag(a: IList$1<string>): ObservableColorCollection;
}