UNPKG

vue3-captcha

Version:

a canvas captcha built in Vue3 with TypeScript

17 lines (16 loc) 372 B
declare module 'vue3-captcha' { export type CaptchaInstance={ check:Function; refresh:Function } | null type captchaProps={ width?:number height?:number borderColor?:string bgColor?:string failRefresh?:boolean clickRefresh?:boolean } const _default:import("vue").DefineComponent<captchaProps> export default _default }