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
/
helper
/
helper.d.ts
11 lines
(10 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@Author
Awen
*
@Date
2024/06/01 *
@Email
wengaolng
@gmail
.com **/
export
declare
function
getDomXY
(
dom
:
any
): {
domX
:
number
;
domY
:
number
; };
export
declare
function
checkTargetFather
(
that
:
any
,
e
:
any
):
boolean
;