🤖 Merge PR #46797 add reCaptchaCompat prop by @e271828-

This commit is contained in:
e271828- 2020-08-27 17:47:54 -07:00 committed by GitHub
parent cb98a2b9ce
commit febf7dbf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ interface HCaptchaProps {
theme?: 'light' | 'dark';
tabIndex?: number;
id?: string;
reCaptchaCompat?: boolean;
}
declare class HCaptcha extends React.Component<HCaptchaProps, HCaptchaState> {