UNPKG

go-captcha-test

Version:

This is the react package for go-captcha

11 lines (10 loc) 241 B
/** * @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;