Skip to content

Commit 1a57147

Browse files
committed
fix: pageSizeOptions could be number[]
close ant-design/ant-design#33518
1 parent b5cbcfa commit 1a57147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rc-pagination.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ declare module 'rc-pagination' {
33
className: string;
44
selectPrefixCls: string;
55
prefixCls: string;
6-
pageSizeOptions: string[];
6+
pageSizeOptions: string[] | number[];
77

88
current: number;
99
defaultCurrent: number;

0 commit comments

Comments
 (0)