-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: TypeScript types file [#319] #321
Conversation
@nooras can you please add replication steps to tell us how you tested to ensure these are working properly? Thanks! |
Hey @gavinr-maps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Can you also please add the index.d.ts
file to the files
array in the package.json
per here:
- Property 'Vector' does not exist on type 'typeof esri' esri-leaflet-vector#154 (comment)
- Add index.d.ts to release esri-leaflet-vector#167
Also I think you need to include the providers, from here: https://developers.arcgis.com/esri-leaflet/api-reference/controls/geosearch/#providers
hey @gavinr-maps |
works for me! @hhkaos can you please test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @nooras. Thanks! 😃 |
Description:
TypeScript types file
Fix: #319
@gavinr-maps
Kindle please review the PR.