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.
1 parent 640907c commit 43d4d16Copy full SHA for 43d4d16
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