UNPKG

@valture/react-native-recaptcha-v3

Version:

React Native component for integrating Google reCAPTCHA v3, providing seamless bot protection for mobile applications.

6 lines 390 B
import React from 'react'; import type { GoogleRecaptchaRefAttributes, ReCaptchaProps } from './types'; export type { ReCaptchaProps, GoogleRecaptchaRefAttributes, ReCaptchaMessage } from './types'; declare const ReCaptchaV3: React.ForwardRefExoticComponent<ReCaptchaProps & React.RefAttributes<GoogleRecaptchaRefAttributes>>; export default ReCaptchaV3; //# sourceMappingURL=index.d.ts.map