vue3-dropzone icon indicating copy to clipboard operation
vue3-dropzone copied to clipboard

typescript: Could not find a declaration

Open premier213 opened this issue 2 years ago • 3 comments

i have to errors on typescript type declaration when using in typescript

image

premier213 avatar Sep 16 '23 17:09 premier213

@premier213 try adding this in your projects's *.d.ts file for declarations. declare module "vue3-dropzone";

iGroovyboy avatar Nov 02 '23 22:11 iGroovyboy

Please try [email protected], thanks~

Yaxian avatar Dec 24 '23 04:12 Yaxian