Documenting props in a React/Typescript component
How can I document React component props so that the comments appear in the documentation for the component itself?
How can I document React component props so that the comments appear in the documentation for the component itself?