go-captcha-vue
Version:
This is the vue package for go-captcha
15 lines (14 loc) • 323 B
TypeScript
/**
* @Author Awen
* @Date 2024/06/01
* @Email wengaolng@gmail.com
**/
export interface SlideRegionConfig {
width?: number;
height?: number;
verticalPadding?: number;
horizontalPadding?: number;
showTheme?: boolean;
title?: string;
}
export declare const defaultConfig: () => SlideRegionConfig;