UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

9 lines 321 B
import * as React from 'react'; /** * Context which holds the values for the current navigation tree. * Intended for use in SSR. This is not safe to use on the client. */ export declare const CurrentRenderContext: React.Context<{ options?: object; } | undefined>; //# sourceMappingURL=CurrentRenderContext.d.ts.map