UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

9 lines 286 B
/// <reference types="react" /> export type ServerContextType = { location?: { pathname: string; search: string; }; }; export declare const ServerContext: import("react").Context<ServerContextType | undefined>; //# sourceMappingURL=serverLocationContext.d.ts.map