UNPKG

react-grecaptcha-v3

Version:

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

8 lines (7 loc) 329 B
export 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 default useHideRecaptchaBadge;