UNPKG

expo-router

Version:

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

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