UNPKG
go-captcha-test
Version:
latest (0.0.1-react-test)
0.0.1-react-test
This is the react package for go-captcha
github.com/wenlng
go-captcha-test
/
dist
/
assets
/
icons
/
ArrowsIcon.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
"react"
;
import
type
{
SVGProps
}
from
"react"
;
declare
const
Icon
:
(
props
:
SVGProps
<
SVGSVGElement
>
) =>
React
.
JSX
.
Element
;
export
default
Icon
;