UNPKG

ng-recaptcha-2

Version:

Angular component for Google reCAPTCHA for Angular v18 and onwards

8 lines (7 loc) 181 B
export interface RecaptchaSettings { siteKey?: string; theme?: ReCaptchaV2.Theme; type?: ReCaptchaV2.Type; size?: ReCaptchaV2.Size; badge?: ReCaptchaV2.Badge; }