diff --git a/components/pagination/Pagination.tsx b/components/pagination/Pagination.tsx index e42f31a343..6aecaea3fe 100644 --- a/components/pagination/Pagination.tsx +++ b/components/pagination/Pagination.tsx @@ -27,6 +27,7 @@ export interface PaginationProps { prefixCls?: string; selectPrefixCls?: string; itemRender?: (page: number, type: 'page' | 'prev' | 'next' | 'jump-prev' | 'jump-next') => React.ReactNode; + role?: string; } export interface PaginationConfig extends PaginationProps {