UNPKG

@anilkumarthakur/vue3-recaptcha

Version:

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

6 lines 167 B
/** * Composables Export */ export { useRecaptchaV2 } from './useRecaptchaV2'; export { useRecaptchaV3 } from './useRecaptchaV3'; //# sourceMappingURL=index.d.ts.map