UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

9 lines (8 loc) 469 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { TrendLineType } from "igniteui-react-core"; export declare class IgrTrendLineTypeCollection extends IgCollection<TrendLineType, TrendLineType> { constructor(list?: TrendLineType[]); protected _ensureOuter(item: any): TrendLineType; protected _createInnerColl(): SyncableObservableCollection$2<TrendLineType, TrendLineType>; }