UNPKG
@getgrass/pagination
Version:
latest (0.0.2)
0.0.2
0.0.1
## Table of Contents
github.com/Wynd-Network/pagination
Wynd-Network/pagination
@getgrass/pagination
/
dist
/
lib
/
constants.d.ts
10 lines
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
INITIAL_VALUES
: {
currentPage
:
number
;
isDisabled
:
boolean
;
jumpSize
:
number
; };
export
declare
const
SEPARATORS
: {
left
:
number
;
right
:
number
; };
//# sourceMappingURL=constants.d.ts.map