UNPKG

vue-captcha-switcher

Version:

A Vue.js component to switch between different CAPTCHA services.

6 lines (4 loc) 150 B
declare module 'vue-captcha-switcher' { import { DefineComponent } from 'vue'; export const CaptchaSwitcher: DefineComponent<{}, {}, any>; }