UNPKG

go-captcha-vue

Version:

This is the vue package for go-captcha

12 lines (11 loc) 266 B
/** * @Author Awen * @Date 2024/06/01 * @Email wengaolng@gmail.com **/ export interface RotateEvent { rotate?: (angle: number) => void; refresh?: () => void; close?: () => void; confirm?: (angle: number, clear: (fn: Function) => void) => void; }