UNPKG
@idares-ui/react
Version:
latest (0.0.11)
0.0.11
idares-ui.netlify.app
eioluseyi/idares-ui
@idares-ui/react
/
dist
/
cjs
/
ui-components
/
pagination
/
utils
/
enum.js
9 lines
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
NAVIGATION_BUTTON_TYPES
=
exports
.
SIMPLE_MODE_THRESHOLD
=
void
0
;
exports
.
SIMPLE_MODE_THRESHOLD
=
6
;
exports
.
NAVIGATION_BUTTON_TYPES
= {
PREVIOUS
:
"PREVIOUS"
,
NEXT
:
"NEXT"
};
//# sourceMappingURL=enum.js.map