Skip to content

Instantly share code, notes, and snippets.

@einarlove
Created April 28, 2021 08:25
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 einarlove/b1e899c262d7ddbd98976d48c4168a5f to your computer and use it in GitHub Desktop.
Save einarlove/b1e899c262d7ddbd98976d48c4168a5f to your computer and use it in GitHub Desktop.
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