DEV Community

Discussion on: Top three React & TypeScript pitfalls

Collapse
 
mremanuel profile image
Emanuel Lindström • Edited

Good, informative post. Well written.
The last line of code was especially valuable. I will definitely use it in the future!
type MyComponentProps = React.ComponentProps<typeof MyComponent>