Skip to content

Commit 79b2799

Browse files
committed
fix(grid): export public row in global api
1 parent ac2d3d0 commit 79b2799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/public_api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export * from './columns/interfaces';
55
export * from './common/events';
66
export * from './grid-base.directive';
77
export * from './grid.common';
8-
export * from '../grid-public-row';
9-
export * from '../common/row.interface';
8+
export * from './grid-public-row';
9+
export * from './common/row.interface';
1010
export * from './summaries/grid-summary';
1111
export * from './grid-common.module';
1212
export * from './column-actions/column-actions.module';

0 commit comments

Comments
 (0)