UNPKG

google-recaptcha-v3

Version:

A React library for Google reCAPTCHA integration with both hooks and components supporting v2 and v3

9 lines 498 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.useGoogleRecaptcha = void 0; var useGoogleRecaptcha_1 = require("./useGoogleRecaptcha"); Object.defineProperty(exports, "useGoogleRecaptcha", { enumerable: true, get: function () { return __importDefault(useGoogleRecaptcha_1).default; } }); //# sourceMappingURL=index.js.map