UNPKG

igniteui-react-charts

Version:

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

9 lines (8 loc) 564 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { ChartSelection as ChartSelection_internal } from './ChartSelection'; import { IgrChartSelection as IgrChartSelection } from './igr-chart-selection'; export declare class IgrChartSelectedItemCollection extends IgCollection<IgrChartSelection, ChartSelection_internal> { constructor(list?: IgrChartSelection[]); protected _createInnerColl(): SyncableObservableCollection$2<IgrChartSelection, ChartSelection_internal>; }