fix(Pagination): add `selectComponentClass` prop type

pull/7890/head
Werheng 2024-10-25 09:51:42 +08:00
parent e46d537d45
commit 565067c35e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const paginationProps = () => ({
prefixCls: String,
selectPrefixCls: String,
totalBoundaryShowSizeChanger: Number,
selectComponentClass: String,
selectComponentClass: [String, Object],
itemRender:
functionType<
(opt: {