Home
last modified time | relevance | path

Searched refs:SearchParams (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-router/build/
H A Dhooks.d.ts2 type SearchParams = Record<string, string | string[]>; alias
43 export declare function useGlobalSearchParams<TParams extends SearchParams = SearchParams>(): Parti…
50 export declare function useLocalSearchParams<TParams extends SearchParams = SearchParams>(): Partia…
H A DLocationProvider.d.ts2 type SearchParams = Record<string, string | string[]>; alias
6 readonly params: SearchParams;
H A Dhooks.js.map1SearchParams = Record<string, string | string[]>;\n\nexport function useRootNavigationState() {\n …
H A DLocationProvider.js.map1SearchParams = Record<string, string | string[]>;\n\nexport type UrlObject = {\n unstable_globalH…
/expo/packages/expo-router/src/
H A Dhooks.ts7 type SearchParams = Record<string, string | string[]>; alias
81 TParams extends SearchParams = SearchParams,
93 TParams extends SearchParams = SearchParams,
H A DLocationProvider.tsx4 type SearchParams = Record<string, string | string[]>;
9 readonly params: SearchParams;
53 }, {} as SearchParams),
/expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/fixtures/
H A Dbasic.ts124 export type SearchParams<T extends AllRoutes> = T extends DynamicRouteTemplate alias
226 >(): T extends AllRoutes ? SearchParams<T> : T;
231 >(): T extends AllRoutes ? SearchParams<T> : T;
235 >(): T extends AllRoutes ? SearchParams<T> : T;
/expo/packages/@expo/cli/
H A DCHANGELOG.md151 - Rework Expo Router types for HrefObject and SearchParams hooks. ([#23507](https://github.com/expo…
327 - Add SearchParams export type for Expo Router. ([#22380](https://github.com/expo/expo/pull/22380) …