Skip to content

Instantly share code, notes, and snippets.

@prashaantt
Created December 2, 2016 09:28
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/dd325872e410d5edd9e14bf0953738f8 to your computer and use it in GitHub Desktop.
Save prashaantt/dd325872e410d5edd9e14bf0953738f8 to your computer and use it in GitHub Desktop.
interface MyComponentProps {
name: string;
countryCode?: string;
}
interface InjectedProps extends MyComponentProps {
userStore: UserStore;
router: InjectedRouter;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment