Skip to content

Commit

Permalink
fix(addon-table): export TuiTablePagination (#3331)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Zavadsky <[email protected]>
  • Loading branch information
vladzavadsky and Vlad Zavadsky authored Dec 28, 2022
1 parent 3f74fe5 commit e93cda3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions projects/addon-table/components/table-pagination/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './table-pagination';
export * from './table-pagination.component';
export * from './table-pagination.module';
export * from './table-pagination-options';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface TuiTablePagination {
page: number;
size: number;
readonly page: number;
readonly size: number;
}

0 comments on commit e93cda3

Please sign in to comment.