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
/
components
/
SimpleMode.d.ts
9 lines
(8 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
"react"
;
/** * Pagination Simple mode * *
@returns
Simple Pagination Component */
declare
const
SimpleMode
:
React
.
FC
;
export
default
SimpleMode
;