DEV Community

Discussion on: How to write correctly typed React components with TypeScript

Collapse
 
pretaporter profile image
Maksim

You can use React.FC instead of React.FunctionComponent. It is short synonym)