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