ngx-slider-recaptcha
Version:
Angular slider with reCAPTCHA verification
21 lines (20 loc) • 580 B
TypeScript
export interface NgxSliderRecaptchaConfig {
width?: number;
height?: number;
puzzleSize?: number;
puzzleRadius?: number;
primaryColor?: string;
errorColor?: string;
successColor?: string;
textColor?: string;
sliderContainerBackgroundColor?: string;
sliderContainerBorderColor?: string;
borderRadius?: number;
toleranceOffset?: number;
maxRetryAttempts?: number;
allowRefresh?: boolean;
allowResponsiveWidth?: boolean;
disabled?: boolean;
loadingText?: string;
instructionText?: string;
}