* [react-router] add RouteComponentProps.staticContext
* [react-router] revert RouteConfig test file
* [react-router] Add example for StaticRouter and staticContext
The `Router` component passes a context object down to children. This
commit adds the type definition for this context object for children of
`Router` to use.