File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
projects/igniteui-angular/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,9 @@ export * from './lib/core/dates';
101
101
export * from './lib/core/density' ;
102
102
export { CancelableEventArgs , CancelableBrowserEventArgs } from './lib/core/utils' ;
103
103
export { changei18n , getCurrentResourceStrings , IResourceStrings } from './lib/core/i18n/resources' ;
104
+ export { ICarouselResourceStrings } from './lib/core/i18n/carousel-resources' ;
104
105
export { IGridResourceStrings } from './lib/core/i18n/grid-resources' ;
106
+ export { IPaginatorResourceStrings } from './lib/core/i18n/paginator-resources' ;
105
107
export { ITimePickerResourceStrings } from './lib/core/i18n/time-picker-resources' ;
106
108
export { InteractionMode } from './lib/core/enums' ;
107
109
You can’t perform that action at this time.
0 commit comments