igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
12 lines (11 loc) • 362 B
TypeScript
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
import { Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class IndexCollection extends ObservableCollection$1<number> {
static $t: Type;
constructor();
protected r(a: number, b: number): void;
protected x(a: number, b: number): void;
}