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

5 lines (4 loc) 266 B
import { InjectionToken } from '@angular/core'; export declare const SC_RE_CAPTCHA_V2_SITE_KEY: InjectionToken<string>; export declare const SC_RE_CAPTCHA_V3_SITE_KEY: InjectionToken<string>; export declare const SC_RE_CAPTCHA_LANGUAGE_CODE: InjectionToken<string>;