You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the PR! I'm going to close the issue (not the PR) as a duplicate of #3524. The team will be looking into the PR during our next sprint. Thanks again!
Prerequisites
Describe the Feature Request
JSDoc comments on classes (rather than on their props) are not included in
components.d.ts
. I would like them to be. I will submit a PR for this.Describe the Use Case
More information in type annotations.
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
The following code
produces the following
components.d.ts
:I would like it to produce
Additional Information
No response
The text was updated successfully, but these errors were encountered: