Skip to content

Instantly share code, notes, and snippets.

@prashaantt
Created December 2, 2016 09:39
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 prashaantt/7c3ba38bd8e340fbc0f5a26633e9cd8e to your computer and use it in GitHub Desktop.
Save prashaantt/7c3ba38bd8e340fbc0f5a26633e9cd8e to your computer and use it in GitHub Desktop.
interface InjectedProps extends MyComponentProps {
params: RouterParams;
}
interface RouterParams {
name: string;
id: number; // nope
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment