UNPKG

react-grecaptcha-v3

Version:

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

5 lines (3 loc) 187 B
type ExecuteRecaptcha = (action: string) => Promise<string>; declare const useExecuteReCaptcha: () => ExecuteRecaptcha; export { type ExecuteRecaptcha, useExecuteReCaptcha as default };