UNPKG

ng-recaptcha

Version:

Angular component for Google reCAPTCHA

9 lines (8 loc) 218 B
/// <reference types="grecaptcha" /> export interface RecaptchaSettings { siteKey?: string; theme?: ReCaptchaV2.Theme; type?: ReCaptchaV2.Type; size?: ReCaptchaV2.Size; badge?: ReCaptchaV2.Badge; }