Interface: PaginationProps<T>
Defined in: src/types/index.ts:557
Type Parameters
T
T
Properties
currentPage
currentPage:
number
Defined in: src/types/index.ts:559
items
items:
T[]
Defined in: src/types/index.ts:558
totalPages
totalPages:
number
Defined in: src/types/index.ts:560