UNPKG
@idares-ui/react
Version:
latest (0.0.11)
0.0.11
idares-ui.netlify.app
eioluseyi/idares-ui
@idares-ui/react
/
dist
/
esm
/
ui-components
/
pagination
/
utils
/
enum.d.ts
6 lines
(5 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
SIMPLE_MODE_THRESHOLD
:
number
;
export
declare
const
NAVIGATION_BUTTON_TYPES
: {
PREVIOUS
:
string
;
NEXT
:
string
; };