styled-components / styled-components-website

The styled-components website and documentation
https://styled-components.com
MIT License
611 stars 437 forks source link

fixed example for styled components 6 types #943

Closed fabb closed 8 months ago

fabb commented 9 months ago

this fixes a compilation error in the example. the generic parameter must be set on the attrs function so its parameter's function parameter gets the correct type and props are accessible without type error.