UNPKG

go-captcha-test

Version:

This is the react package for go-captcha

18 lines (17 loc) 393 B
/** * @Author Awen * @Date 2024/06/01 * @Email wengaolng@gmail.com **/ export interface RotateConfig { width?: number; height?: number; size?: number; verticalPadding?: number; horizontalPadding?: number; showTheme?: boolean; title?: string; iconSize?: number; scope?: boolean; } export declare const defaultConfig: () => RotateConfig;