UNPKG

vue3-recaptcha-v2

Version:

reCAPTCHA for Vue3 : CompositionAPI, Types

7 lines (6 loc) 294 B
import type { App } from "vue"; import type { InstallOptions } from "./types"; import { useRecaptcha } from "./composables"; import RecaptchaV2 from "./components/Recaptcha.vue"; declare function install(app: App, options?: InstallOptions): void; export { useRecaptcha, install, RecaptchaV2 };