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
Copy file name to clipboardExpand all lines: docs/Thirdparties.md
+25-15Lines changed: 25 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,10 +186,11 @@ _Based on @mikberg’s [blog post](https://medium.com/@mikaelberg/writing-simple
186
186
187
187
### Styled-components
188
188
189
-
The recommended way of using[styled-components](https://www.styled-components.com/) is by adding the `@component` JSDoc annotation:
189
+
To show PropTypes documentation for[styled-components](https://www.styled-components.com/), you need to add the `@component` JSDoc annotation to the component export:
0 commit comments