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
Now that all our components are written in TypeScript (🎉 ), let's use react-docgen-typescript to automatically generate prop documentation instead of manually keeping it up-to-date.
Note: We'll have to experiment with ways to document available system props and DOM props without cluttering the documentation.
Do this
Replace the hard-coded props tables on component documentation pages with prop documentation automatically generated by react-docgen-typescript
Background
Now that all our components are written in TypeScript (🎉 ), let's use react-docgen-typescript to automatically generate prop documentation instead of manually keeping it up-to-date.
Note: We'll have to experiment with ways to document available system props and DOM props without cluttering the documentation.
Do this
References
The text was updated successfully, but these errors were encountered: