Skip to content

Commit

Permalink
fix: inherit itemRender typing from rc-pagination (#32931)
Browse files Browse the repository at this point in the history
fix #32878
  • Loading branch information
JounQin committed Nov 18, 2021
1 parent 3fafb7f commit 077ff7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ export interface PaginationProps extends RcPaginationProps {
showQuickJumper?: boolean | { goButton?: React.ReactNode };
size?: 'default' | 'small';
responsive?: boolean;
itemRender?: (
page: number,
type: 'page' | 'prev' | 'next' | 'jump-prev' | 'jump-next',
originalElement: React.ReactElement<HTMLElement>,
) => React.ReactNode;
role?: string;
totalBoundaryShowSizeChanger?: number;
}
Expand Down

0 comments on commit 077ff7c

Please sign in to comment.