UNPKG

react-grecaptcha-v3

Version:

Google Recaptcha V3 for React.js based application. Keep website performance high while prioritizing security.

4 lines (3 loc) 163 B
export type ExecuteRecaptcha = (action: string) => Promise<string>; declare const useExecuteReCaptcha: () => ExecuteRecaptcha; export default useExecuteReCaptcha;