UNPKG

427 BTypeScriptView Raw
1import type { ParamListBase } from '@react-navigation/routers';
2import * as React from 'react';
3import type { NavigationContainerRef } from './types';
4/**
5 * Context which holds the route prop for a screen.
6 */
7declare const NavigationContainerRefContext: React.Context<NavigationContainerRef<ParamListBase> | undefined>;
8export default NavigationContainerRefContext;
9//# sourceMappingURL=NavigationContainerRefContext.d.ts.map
\No newline at end of file