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

12
node_modules/expo-router/build/link/preview/utils.d.ts generated vendored Normal file
View File

@@ -0,0 +1,12 @@
import { ParamListBase, type NavigationRoute } from '@react-navigation/native';
import { type ReactNavigationState } from '../../global-state/router-store';
import { Href } from '../../types';
import { TabPath } from './native';
export declare function getTabPathFromRootStateByHref(href: Href, rootState: ReactNavigationState): TabPath[];
export declare function getPreloadedRouteFromRootStateByHref(href: Href, rootState: ReactNavigationState): NavigationRoute<ParamListBase, string> | undefined;
export declare function deepEqual(a: {
[key: string]: any;
} | undefined, b: {
[key: string]: any;
} | undefined): boolean;
//# sourceMappingURL=utils.d.ts.map