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
/
components
/
Rotate
/
meta
/
data.d.ts
12 lines
(11 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@Author
Awen
*
@Date
2024/06/01 *
@Email
wengaolng
@gmail
.com **/
export
interface
RotateData
{
angle
:
number
;
image
:
string
;
thumb
:
string
; }
export
declare
const
defaultRotateData
:
() =>
RotateData
;