UNPKG

google-recaptcha-v3

Version:

A hook google-recaptcha-v3 for react

9 lines (8 loc) 251 B
declare const useGoogleRecaptcha: (siteKey: string, action: string, options?: { language?: string | undefined; }) => { token: string | null; error: string | null; fetchCaptcha: () => void; }; export default useGoogleRecaptcha;