Skip to content

Instantly share code, notes, and snippets.

@smmoosavi
Created August 26, 2018 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smmoosavi/52a3c87a7fc75598e78413df137eaa72 to your computer and use it in GitHub Desktop.
Save smmoosavi/52a3c87a7fc75598e78413df137eaa72 to your computer and use it in GitHub Desktop.
type ComponentProps<C> = C extends React.ComponentType<infer P> ? P : any;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment