UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

7 lines 287 B
import type { Route } from '@react-navigation/routers'; import * as React from 'react'; /** * Context which holds the route prop for a screen. */ export declare const NavigationRouteContext: React.Context<Route<string> | undefined>; //# sourceMappingURL=NavigationRouteContext.d.ts.map