UNPKG

@herdwatch/ng-recaptcha

Version:

Angular component for Google reCAPTCHA

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