[react-navigation] Added TabRouter

This commit is contained in:
Kyle Roach
2017-06-30 00:40:56 -04:00
parent 00222e6b0a
commit aef3396e69

View File

@@ -5,6 +5,7 @@
// fangpenlin <https://github.com/fangpenlin>
// abrahambotros <https://github.com/abrahambotros>
// petejkim <https://github.com/petejkim>
// Kyle Roach <https://github.com/iRoachie>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
@@ -633,6 +634,19 @@ export class Transitioner extends React.Component<
TransitionerState
> { }
/**
* Tab Router
*
* @desc from react-navigation/src/routers/TabRouter.js
* @param routeConfigs
* @param config
*/
export function TabRouter(
routeConfigs: NavigationRouteConfigMap,
config: NavigationTabRouterConfig
): NavigationRouter<any, any, any>
/**
* END MANUAL DEFINITIONS OUTSIDE OF TYPEDEFINITION.JS
*/