UNPKG

488 BTypeScriptView Raw
1import type { ParamListBase } from '@react-navigation/routers';
2import * as React from 'react';
3import type { NavigationHelpers } from './types';
4/**
5 * Context which holds the navigation helpers of the parent navigator.
6 * Navigators should use this context in their view component.
7 */
8declare const NavigationHelpersContext: React.Context<NavigationHelpers<ParamListBase, {}> | undefined>;
9export default NavigationHelpersContext;
10//# sourceMappingURL=NavigationHelpersContext.d.ts.map
\No newline at end of file