@wojtekmaj/react-recaptcha-v3
Version:
Integrate Google reCAPTCHA v3 with your React app
9 lines (8 loc) • 298 B
TypeScript
import type { ReCaptchaContextType } from './ReCaptchaContext.js';
/**
* useReCaptcha hook
*
* @description This hook is used to get the Google reCAPTCHA v3 context.
* @returns {ReCaptchaContextType} Google reCAPTCHA v3 context
*/
export default function useReCaptcha(): ReCaptchaContextType;