export { ItemCounterComponent } from './components/item-counter/item-counter.component'; export { ItemsPerPageComponent, sizes } from './components/items-per-page/items-per-page.component'; export { ITEM_COUNTER_LABEL, ITEMS_PER_PAGE_LABEL } from './item-counter.conf'; export { ItemCounterModule } from './item-counter.module';