UNPKG

miharakinu-go-captcha-vue

Version:

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

13 lines (12 loc) 272 B
/** * @Author Awen * @Date 2024/011/16 * @Email wengaolng@gmail.com **/ export interface SlideExpose { reset: () => void; clear: () => void; refresh: () => void; close: () => void; setTips: (show: boolean, content: string, type: string) => void; }