UNPKG

google-recaptcha-v3

Version:

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

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