UNPKG

react-grecaptcha-v3

Version:

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

9 lines (7 loc) 358 B
declare const reCaptchaHiddenBadgeStyles = ".grecaptcha-badge { visibility: hidden; }"; /** * Please read https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed * before doing this. */ declare const useHideRecaptchaBadge: () => void; export { useHideRecaptchaBadge as default, reCaptchaHiddenBadgeStyles };