You can search all my notes here
When I write React-Components in Typescript, I typically do something like this: import React from ‘react’ export type ExampleProps =…