import * asReactfrom'react';
/**
* Context which holds the route prop for a screen.
*/constNavigationContainerRefContext = /*#__PURE__*/React.createContext(undefined);
exportdefaultNavigationContainerRefContext;
//# sourceMappingURL=NavigationContainerRefContext.js.map