UNPKG

287 BTypeScriptView Raw
1import type { Route } from '@react-navigation/routers';
2import * as React from 'react';
3/**
4 * Context which holds the route prop for a screen.
5 */
6declare const NavigationRouteContext: React.Context<Route<string, object | undefined> | undefined>;
7export default NavigationRouteContext;