Created
April 28, 2021 08:25
-
-
Save einarlove/b1e899c262d7ddbd98976d48c4168a5f 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 Props< | |
T extends React.FunctionComponent, | |
P extends keyof Parameters<T>[0] | |
> = Pick<Parameters<T>[0], P> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment