UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

9 lines 450 B
import type { ParamListBase } from '@react-navigation/routers'; import * as React from 'react'; import type { NavigationHelpers } from './types'; /** * Context which holds the navigation helpers of the parent navigator. * Navigators should use this context in their view component. */ export declare const NavigationHelpersContext: React.Context<NavigationHelpers<ParamListBase> | undefined>; //# sourceMappingURL=NavigationHelpersContext.d.ts.map