UNPKG

vue-captcha-switcher

Version:

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

11 lines (10 loc) 273 B
// Extend the Window interface interface Window { hcaptcha?: any; grecaptcha?: any; turnstile?: any; onloadRecaptchaCallback?: () => void; onloadHcaptchaCallback?: () => void; onloadTurnstileCallback?: () => void; turnstileReady?: () => void; }