Skip to content

Commit 759ef37

Browse files
committed
fix(grid): expose interfaces in public api #8195
1 parent 1f09030 commit 759ef37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './api.service';
22
export * from './cell.component';
33
export * from './columns/column.component';
4+
export * from './columns/interfaces';
45
export * from './common/events';
56
export * from './row.directive';
67
export * from './grid-base.directive';

0 commit comments

Comments
 (0)