UNPKG

@wojtekmaj/react-recaptcha-v3

Version:

Integrate Google reCAPTCHA v3 with your React app

3 lines (2 loc) 146 B
import type { ScriptProps } from './types.js'; export declare function loadScript({ async, appendTo, defer, id, nonce, src }: ScriptProps): void;