react-google-recaptcha-v3
Version:
React component for google-recaptcha v3
7 lines • 473 B
TypeScript
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