UNPKG

react-google-recaptcha-v3

Version:
7 lines 473 B
import * as React from 'react'; import { IGoogleReCaptchaConsumerProps } from './google-recaptcha-provider'; export interface IWithGoogleReCaptchaProps { googleReCaptchaProps: IGoogleReCaptchaConsumerProps; } export declare const withGoogleReCaptcha: <OwnProps>(Component: React.ComponentType<OwnProps & Partial<IWithGoogleReCaptchaProps>>) => React.ComponentType<OwnProps & Partial<IWithGoogleReCaptchaProps>>; //# sourceMappingURL=with-google-recaptcha.d.ts.map