UNPKG

go-captcha-test

Version:

This is the react package for go-captcha

12 lines (11 loc) 233 B
/** * @Author Awen * @Date 2024/06/01 * @Email wengaolng@gmail.com **/ export interface RotateData { angle: number; image: string; thumb: string; } export declare const defaultRotateData: () => RotateData;