9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
|
|
<Pagination
|
||
|
|
count={10}
|
||
|
|
renderItem={(item) => (
|
||
|
|
<PaginationItem
|
||
|
|
slots={{ previous: ArrowBackIcon, next: ArrowForwardIcon }}
|
||
|
|
{...item}
|
||
|
|
/>
|
||
|
|
)}
|
||
|
|
/>
|