UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

12 lines (11 loc) 360 B
import { ObservableCollection$1 } from "igniteui-react-core"; import { CellRange } from "./CellRange"; import { IList$1, Type } from "igniteui-react-core"; /** * @hidden */ export declare class GridSelectedCellRangesCollection extends ObservableCollection$1<CellRange> { static $t: Type; constructor(); get ae(): IList$1<CellRange>; }