first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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;
/**
* Data injected by a server data loader for the current route.
*/
var __EXPO_ROUTER_LOADER_DATA__: Record<string, any> | undefined;
}
export {};
//# sourceMappingURL=expo-router-internal-globals.d.ts.map