UNPKG

218 BTypeScriptView Raw
1/// <reference types="grecaptcha" />
2export interface RecaptchaSettings {
3 siteKey?: string;
4 theme?: ReCaptchaV2.Theme;
5 type?: ReCaptchaV2.Type;
6 size?: ReCaptchaV2.Size;
7 badge?: ReCaptchaV2.Badge;
8}