From 565067c35e06980777d3e43d5e0b267b5d360796 Mon Sep 17 00:00:00 2001 From: Werheng Date: Fri, 25 Oct 2024 09:51:42 +0800 Subject: [PATCH] fix(Pagination): add `selectComponentClass` prop type --- components/pagination/Pagination.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pagination/Pagination.tsx b/components/pagination/Pagination.tsx index ab497023d..ba739421e 100644 --- a/components/pagination/Pagination.tsx +++ b/components/pagination/Pagination.tsx @@ -35,7 +35,7 @@ export const paginationProps = () => ({ prefixCls: String, selectPrefixCls: String, totalBoundaryShowSizeChanger: Number, - selectComponentClass: String, + selectComponentClass: [String, Object], itemRender: functionType< (opt: {