@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
12 lines (11 loc) • 752 B
TypeScript
import { ControlValueAccessor } from '@angular/forms';
import { ScReCaptchaBase } from './re-captcha-base';
import * as i0 from "@angular/core";
export declare class ScInvisibleReCaptcha extends ScReCaptchaBase implements ControlValueAccessor {
readonly badge: import("@angular/core").InputSignal<"bottomright" | "bottomleft" | "inline">;
private readonly size;
render(): void;
execute(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScInvisibleReCaptcha, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ScInvisibleReCaptcha, "div[sc-invisible-re-captcha], button[sc-invisible-re-captcha]", ["scInvisibleReCaptcha"], { "badge": { "alias": "badge"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}