Created
August 26, 2018 10:10
-
-
Save smmoosavi/52a3c87a7fc75598e78413df137eaa72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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