fix: Add the totalBoundaryShowSizeChanger property (#31549)

Fix the problem of the wrong type of totalBoundaryShowSizeChanger
This commit is contained in:
Monty 2021-07-28 12:18:47 +08:00 committed by GitHub
parent 7bf35ca478
commit 268be65a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ export interface PaginationProps {
) => React.ReactNode;
role?: string;
showLessItems?: boolean;
totalBoundaryShowSizeChanger?: number;
}
export type PaginationPosition = 'top' | 'bottom' | 'both';