Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: add clarifying info for pagination api
Signed-off-by: Mandar-Pandya <[email protected]>
  • Loading branch information
Mandar-Pandya authored May 13, 2024
commit bb37a9c269d29fc7fd77b973ed8a1ff9c795580c
2 changes: 1 addition & 1 deletion docs/translations/api-docs/pagination/pagination.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"page": "The page selected."
}
},
"page": { "description": "The current page." },
"page": { "description": "The non zero-based index of the current page." },
"renderItem": {
"description": "Render the item.",
"typeDescriptions": { "params": "The props to spread on a PaginationItem." }
Expand Down