Skip to content

Instantly share code, notes, and snippets.

@prashaantt
Created December 2, 2016 09:39
Show Gist options
  • Select an option

  • Save prashaantt/7c3ba38bd8e340fbc0f5a26633e9cd8e to your computer and use it in GitHub Desktop.

Select an option

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