export { PAGE_SIZE_OPTIONS, BixiPaginationListBase, IPagination } from './pagination-list.base';
export { BixiTableComponent } from './table.component';
export { BixiTableModule } from './table.module';
export { BIXI_TABLE_CONFIG } from './table.token';
export { BixiTableService } from './table.service';
export * from './table.type';

