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
/
index.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
"react"
;
import
{
PaginationIndexProps
}
from
"./utils/types"
;
/** * Pagination */
declare
const
Pagination
:
React
.
FC
<
PaginationIndexProps
>;
export
default
Pagination
;