UNPKG

@anilkumarthakur/vue3-recaptcha

Version:

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

9 lines 367 B
/** * Components Export */ export { RecaptchaV2Checkbox } from './RecaptchaV2Checkbox'; export { RecaptchaV2Invisible } from './RecaptchaV2Invisible'; export { RecaptchaV3 } from './RecaptchaV3'; export { RecaptchaV2Checkbox as RecaptchaV2 } from './RecaptchaV2Checkbox'; export { RecaptchaV3 as Recaptcha } from './RecaptchaV3'; //# sourceMappingURL=index.d.ts.map