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';
33export * from './grid.directives' ;
44export * from './grid.module' ;
55export * from './grid-api.service' ;
6- export * from '../grid-public-row' ;
7- export * from '../common/row.interface' ;
86export * from './expandable-cell.component' ;
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ export * from './columns/interfaces';
55export * from './common/events' ;
66export * from './grid-base.directive' ;
77export * from './grid.common' ;
8+ export * from '../grid-public-row' ;
9+ export * from '../common/row.interface' ;
810export * from './summaries/grid-summary' ;
911export * from './grid-common.module' ;
1012export * from './column-actions/column-actions.module' ;
You can’t perform that action at this time.
0 commit comments