vue3-dropzone
vue3-dropzone copied to clipboard
typescript: Could not find a declaration
i have to errors on typescript type declaration when using in typescript
@premier213 try adding this in your projects's *.d.ts file for declarations.
declare module "vue3-dropzone";
Please try [email protected], thanks~