File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ export * from './grid.component';
3
3
export * from './grid.directives' ;
4
4
export * from './grid.module' ;
5
5
export * from './grid-api.service' ;
6
- export * from '../grid-public-row' ;
7
- export * from '../common/row.interface' ;
8
6
export * from './expandable-cell.component' ;
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ export * from './columns/interfaces';
5
5
export * from './common/events' ;
6
6
export * from './grid-base.directive' ;
7
7
export * from './grid.common' ;
8
+ export * from './grid-public-row' ;
9
+ export * from './common/row.interface' ;
8
10
export * from './summaries/grid-summary' ;
9
11
export * from './grid-common.module' ;
10
12
export * from './column-actions/column-actions.module' ;
You can’t perform that action at this time.
0 commit comments