Investigate what props can be omitted from documentation
Opened this issue · 0 comments
davicostalf commented
Problem
Currently when we use a library we expose all props from the library in the documentation. When we use a component from the library inside a component (such as a button in a menu) we expose all the props from the nested component.
We should create issues to omit these props and reduce the surface area of library.
Solution
.
Usage examples
No response
Dependencies
No response
References
.