We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 640907c + 43d4d16 commit f24dae0Copy full SHA for f24dae0
projects/igniteui-angular/src/lib/grids/common/events.ts
@@ -7,7 +7,7 @@ import { IgxGridCellComponent } from '../cell.component';
7
import { IgxColumnComponent } from '../columns/column.component';
8
import { IgxGridBaseDirective } from '../grid-base.directive';
9
import { IgxRowDirective } from '../row.directive';
10
-
+export { GridSelectionRange } from '../selection/selection.service';
11
12
export interface IGridClipboardEvent {
13
data: any[];
0 commit comments