UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

10 lines (9 loc) 256 B
import * as React from 'react'; export declare type ServerContextType = { location?: { pathname: string; search: string; }; }; declare const ServerContext: React.Context<ServerContextType | undefined>; export default ServerContext;