UNPKG

@anilkumarthakur/vue3-recaptcha

Version:

A Vue 3 plugin for Google reCAPTCHA v2 (checkbox & invisible) and v3 integration

5 lines 230 B
/** * Utilities Export */ export { loadRecaptchaScript, isRecaptchaLoaded, removeScript, getExistingScript, buildScriptUrl, waitForRecaptcha, type ScriptLoaderOptions } from './script-loader'; //# sourceMappingURL=index.d.ts.map