UNPKG

vue-recaptcha

Version:

ReCAPTCHA vue component

14 lines (13 loc) 388 B
import type { RecaptchaOptionsInput } from './api'; declare module '@nuxt/schema' { interface PublicRuntimeConfig { recaptcha: RecaptchaOptionsInput; } } export interface ModuleOptions { enterprise: boolean; installPlugin: boolean; _globalComponent: boolean; } declare const _default: import("@nuxt/schema").NuxtModule<ModuleOptions>; export default _default;