UNPKG

miharakinu-go-captcha-vue

Version:

GoCaptcha of Vue, which implements click mode, slider mode, drag-drop mode and rotation mode.

11 lines (10 loc) 231 B
/** * @Author Awen * @Date 2024/05/25 * @Email wengaolng@gmail.com **/ export declare function getDomXY(dom: any): { domX: number; domY: number; }; export declare function checkTargetFather(that: any, e: any): boolean;