Joshua Ting
Joshua Ting
Found solution on my own. Where I import 'leaflet-contextmenu', I manually added the type definition called leaflet-contextmenu.d.ts with the following content: ``` declare namespace L { interface ContextMenuItem { text:...
I am using Angular 14/15. How would this work with typescript since there is no type definitions available?
Found solution on my own. Where I import 'leaflet-contextmenu', I manually added the type definition called leaflet-contextmenu.d.ts with the following content: ``` declare namespace L { interface ContextMenuItem { text:...