Skip to content

Commit

Permalink
new paginator prop added in d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Nov 28, 2018
1 parent f4e96e5 commit 5aada15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/paginator/Paginator.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ interface PaginatorProps {
template?: string;
leftContent?: JSX.Element | undefined;
rightContent?: JSX.Element | undefined;
currentPageReportTemplate?:any;
onPageChange?(event: PageState): void;
}

Expand Down

0 comments on commit 5aada15

Please sign in to comment.