UNPKG

598 BTypeScriptView Raw
1import type { NavigationContainerRefWithCurrent } from './types';
2export declare const NOT_INITIALIZED_ERROR = "The 'navigation' object hasn't been initialized yet. This might happen if you don't have a navigator mounted, or if the navigator hasn't finished mounting. See https://reactnavigation.org/docs/navigating-without-navigation-prop#handling-initialization for more details.";
3export default function createNavigationContainerRef<ParamList extends {} = ReactNavigation.RootParamList>(): NavigationContainerRefWithCurrent<ParamList>;
4//# sourceMappingURL=createNavigationContainerRef.d.ts.map
\No newline at end of file