expo-router
Version:
Expo Router is a file-based router for React Native and web applications.
9 lines • 388 B
TypeScript
declare global {
var __EXPO_RSC_RELOAD_LISTENERS__: undefined | (() => void)[];
var __EXPO_REFETCH_RSC__: undefined | (() => void);
var __EXPO_REFETCH_ROUTE__: undefined | (() => void);
var __EXPO_REFETCH_ROUTE_NO_CACHE__: undefined | (() => void);
var __expo_platform_header: undefined | string;
}
export {};
//# sourceMappingURL=expo-router-internal-globals.d.ts.map