UNPKG

go-captcha-vue

Version:

This is the vue package for go-captcha

17 lines (16 loc) 362 B
/** * @Author Awen * @Date 2024/06/01 * @Email wengaolng@gmail.com **/ export interface SlideConfig { width?: number; height?: number; thumbWidth?: number; thumbHeight?: number; verticalPadding?: number; horizontalPadding?: number; showTheme?: boolean; title?: string; } export declare const defaultConfig: () => SlideConfig;