UNPKG

angular-captcha

Version:

BotDetect CAPTCHA Angular Module (TypeScript: Angular 2/4/5/6/7/8+)

8 lines (7 loc) 384 B
import { ModuleWithProviders } from '@angular/core'; import { CaptchaSettings } from './captcha-settings.interface'; export declare class BotDetectCaptchaModule { static forRoot(config: CaptchaSettings): ModuleWithProviders; static forChild(config: CaptchaSettings): ModuleWithProviders; } export declare function provideBotDetectCaptcha(config: CaptchaSettings): any;