bixi
Version:
企业级中后台前端解决方案
8 lines (6 loc) • 337 B
text/typescript
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';