Yogesh Vadekar
Yogesh Vadekar
Hello @rcollette , can you please share how you used those controls after creating declaration file and importing from it? I am using this library inside a Vue + TS...
How to write 'delete L.Icon.Default.prototype._getIconUrl;' without getting error 'Property '_getIconUrl' does not exist on type 'Default'.' in the console? Am I the only one using Typescript?
> > @morficus I was encountering the same issue as you. I solved it by creating a separate vuetify config file just for Storybook and using the [full installation method](https://vuetifyjs.com/en/getting-started/quick-start#full-installation)...
I created a file named 'vue2-leaflet-markercluster.d.ts' at the level of tsconfig.js and added line `declare module 'vue2-leaflet-markercluster';` to it. Error got resolved. Is there any better or more proper way...