Rezi
Preparing search index...
core/src
PaginationProps
Type Alias PaginationProps
PaginationProps
:
Readonly
<
{
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
dsVariant
?:
WidgetVariant
;
id
:
string
;
key
?:
string
;
onChange
:
(
page
:
number
)
=>
void
;
page
:
number
;
showFirstLast
?:
boolean
;
totalPages
:
number
;
}
,
>
Props for pagination widget.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for pagination widget.