Files
Fluxup_PAP/node_modules/expo-router/build/global-state/serverLocationContext.d.ts
2026-03-10 16:18:05 +00:00

8 lines
254 B
TypeScript

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