vue-flatpickr-component
vue-flatpickr-component copied to clipboard
Typescript declaration support
I'm using with nuxt/vue (lastest version) with typescript. Of course, when I import your module, it request the declaration file. Can you write it for supporting the typescript project?
+1 also i suggest to update documentation about usage using versions (instead of master branch use next tag)
This one maybe is not perfect, but if someone need some kind of temporary solution, please add this line to src/shims-vue.d.ts:
declare module 'vue-flatpickr-component';
Can someone test the type definitions
npm install [email protected]
Just tested it It looks like it is working, thank you
Released on latest channel
npm install vue-flatpickr-component@^9.0.8