cscan / vue3-excel-editor

Vue3 plugin for displaying and editing the array-of-object in Excel style.
MIT License
231 stars 51 forks source link

Could not find a declaration file for module 'vue3-excel-editor'. #33

Open kopiaman opened 7 months ago

kopiaman commented 7 months ago

Hi could you provide declaration file because i am using vue3 with typescript

cscan commented 7 months ago

Sorry, I have no idea about typescript

nlubello commented 7 months ago

Hi, I've the same issue with my typescript project, how did you fixed? @kopiaman

cscan commented 5 months ago

Anyone can help to port this into typescript?

atima commented 4 months ago

I manage to fix the warning by adding the file vue3-excel-editor.d.ts to the project with the following content:

declare module 'vue3-excel-editor'

Ref: https://stackoverflow.com/questions/44056256/typescript-how-to-bind-type-declaration-to-import-statement