File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11import { IgxColumnComponent } from './column.component' ;
22
3-
3+ /**
4+ * @hidden
5+ * @internal
6+ */
47export interface MRLColumnSizeInfo {
58 ref : IgxColumnComponent ;
69 width : number ;
@@ -9,6 +12,10 @@ export interface MRLColumnSizeInfo {
912 widthSetByUser : boolean ;
1013}
1114
15+ /**
16+ * @hidden
17+ * @internal
18+ */
1219export interface MRLResizeColumnInfo {
1320 target : IgxColumnComponent ;
1421 spanUsed : number ;
Original file line number Diff line number Diff line change 11export * from './api.service' ;
22export * from './cell.component' ;
33export * from './columns/column.component' ;
4+ export * from './columns/interfaces' ;
45export * from './common/events' ;
56export * from './row.directive' ;
67export * from './grid-base.directive' ;
You can’t perform that action at this time.
0 commit comments