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 af61410 + 90ebb4a commit 38f91ecCopy full SHA for 38f91ec
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