Skip to content

Commit

Permalink
fix: made statusLabel more restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
Bracciata committed Jun 22, 2023
1 parent 14d052e commit 5190a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Props extends React.HTMLAttributes<HTMLDivElement> {
totalItems: number;
itemsPerPage?: number;
currentPage?: number;
statusLabel?: React.ReactNode;
statusLabel?: ContentNode;
firstPageLabel?: ContentNode;
previousPageLabel?: ContentNode;
nextPageLabel?: ContentNode;
Expand Down

0 comments on commit 5190a5d

Please sign in to comment.