UNPKG

@semantic-components/re-captcha

Version:

**@semantic-components/re-captcha** is an Angular library designed to simplify the integration of Google reCAPTCHA into your Angular applications. It supports reCAPTCHA v2 and v3, providing an easy-to-use API and seamless setup for enhancing your app's se

9 lines (8 loc) 279 B
import { EnvironmentProviders } from '@angular/core'; interface ScReCaptchaSettings { v2SiteKey?: string; v3SiteKey?: string; languageCode?: string; } export declare function provideScReCaptchaSettings(settings: ScReCaptchaSettings): EnvironmentProviders; export {};