mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: Add the totalBoundaryShowSizeChanger property (#31549)
Fix the problem of the wrong type of totalBoundaryShowSizeChanger
This commit is contained in:
parent
7bf35ca478
commit
268be65a71
@ -43,6 +43,7 @@ export interface PaginationProps {
|
||||
) => React.ReactNode;
|
||||
role?: string;
|
||||
showLessItems?: boolean;
|
||||
totalBoundaryShowSizeChanger?: number;
|
||||
}
|
||||
|
||||
export type PaginationPosition = 'top' | 'bottom' | 'both';
|
||||
|
Loading…
Reference in New Issue
Block a user