Home > @uniformdev/design-system > Pagination

Pagination() function

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

{ limit, offset, total, onPageChange, }

</td><td>

{ limit: number; offset: number; total: number; onPageChange: (limit: number, offset: number) => void; }

</td><td>

</td></tr> </tbody></table> Returns:

_emotion_react_types_jsx_namespace.EmotionJSX.Element | null