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
/
assets
/
arrow.d.ts
6 lines
(5 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
declare
const
Arrow
:
(
{ ...htmlProps }: { [x:
string
]:
any
; }
) =>
JSX
.
Element
;
export
default
Arrow
;