From febf7dbf95b4f73b65d0e47406f8c56959b9be3d Mon Sep 17 00:00:00 2001 From: e271828- Date: Thu, 27 Aug 2020 17:47:54 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#46797=20add=20reCa?= =?UTF-8?q?ptchaCompat=20prop=20by=20@e271828-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/hcaptcha__react-hcaptcha/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/hcaptcha__react-hcaptcha/index.d.ts b/types/hcaptcha__react-hcaptcha/index.d.ts index 1c54062343..e4ecd48987 100644 --- a/types/hcaptcha__react-hcaptcha/index.d.ts +++ b/types/hcaptcha__react-hcaptcha/index.d.ts @@ -23,6 +23,7 @@ interface HCaptchaProps { theme?: 'light' | 'dark'; tabIndex?: number; id?: string; + reCaptchaCompat?: boolean; } declare class HCaptcha extends React.Component {