UNPKG

go-captcha-vue

Version:

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

12 lines (11 loc) 203 B
/** * @Author Awen * @Date 2024/011/16 * @Email wengaolng@gmail.com **/ export interface ClickExpose { reset: () => void; clear: () => void; refresh: () => void; close: () => void; }