Default
Function: default()
function default(props): Element
Defined in: src/components/paged-list-footer.tsx:14
Pagination footer component for displaying page navigation controls.
Parameters
props
The properties passed to the component.
className?
string = ''
page
number
The current page number.
pageAmount
number
The total number of pages.
updatePageAction
(page
) => void
The function to call to update the page.
Returns
Element
The rendered pagination footer component.