UNPKG

react-grecaptcha-v3

Version:

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

5 lines (4 loc) 339 B
export { defaultScriptId, default as ReCaptchaProvider, } from './ReCaptchaProvider'; export { default as useExecuteReCaptcha } from './useExecuteReCaptcha'; export { default as useSkipInjectionDelay } from './useSkipInjectionDelay'; export { default as useHideReCaptchaBadge, reCaptchaHiddenBadgeStyles, } from './useHideRecaptchaBadge';