mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #46797 add reCaptchaCompat prop by @e271828-
This commit is contained in:
parent
cb98a2b9ce
commit
febf7dbf95
1
types/hcaptcha__react-hcaptcha/index.d.ts
vendored
1
types/hcaptcha__react-hcaptcha/index.d.ts
vendored
@ -23,6 +23,7 @@ interface HCaptchaProps {
|
||||
theme?: 'light' | 'dark';
|
||||
tabIndex?: number;
|
||||
id?: string;
|
||||
reCaptchaCompat?: boolean;
|
||||
}
|
||||
|
||||
declare class HCaptcha extends React.Component<HCaptchaProps, HCaptchaState> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user