⚠️ Important: This issue is part of the version 2.0 release. Make sure to read the v2 contributing guidelines. Checkout from the v2 branch when creating the branch and open a PR towards this branch. ⚠️
Description
There are few JSDoc comments for any of the props. We would like to have JSDoc comments on all props such that users get much better Intellisense.
Proposed solution
In MapProps, add JSDoc comments for all props. The first line of the comment should be a summary of the prop. Further lines should describe the arguments if it's a function or React component (using @param). There should also been an @example part on the props where it makes sense.
⚠️ Important: This issue is part of the version 2.0 release. Make sure to read the v2 contributing guidelines. Checkout from the
v2
branch when creating the branch and open a PR towards this branch. ⚠️Description
There are few JSDoc comments for any of the props. We would like to have JSDoc comments on all props such that users get much better Intellisense.
Proposed solution
In
MapProps
, add JSDoc comments for all props. The first line of the comment should be a summary of the prop. Further lines should describe the arguments if it's a function or React component (using@param
). There should also been an@example
part on the props where it makes sense.Additional context
JSDoc documentation.