How to set types for functional component props in Nextjs with TypeScript?
Originally Published Here ๐!
To set types for functional components props in Nextjs with TypeScript, you can use either an interface or type alias then pass that as the type parameter to the NextPage generic type.
TL;DR
/* Name.tsx component */
// ...
melvingeorge-me.hashnode.dev3 min read