UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

8 lines 353 B
import type { ParamListBase } from '@react-navigation/routers'; import * as React from 'react'; import type { NavigationProp } from './types'; /** * Context which holds the navigation prop for a screen. */ export declare const NavigationContext: React.Context<NavigationProp<ParamListBase> | undefined>; //# sourceMappingURL=NavigationContext.d.ts.map