Searched refs:SearchParams (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | hooks.d.ts | 2 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 D | LocationProvider.d.ts | 2 type SearchParams = Record<string, string | string[]>; alias 6 readonly params: SearchParams;
|
| H A D | hooks.js.map | 1 …SearchParams = Record<string, string | string[]>;\n\nexport function useRootNavigationState() {\n …
|
| H A D | LocationProvider.js.map | 1 …SearchParams = Record<string, string | string[]>;\n\nexport type UrlObject = {\n unstable_globalH…
|
| /expo/packages/expo-router/src/ |
| H A D | hooks.ts | 7 type SearchParams = Record<string, string | string[]>; alias 81 TParams extends SearchParams = SearchParams, 93 TParams extends SearchParams = SearchParams,
|
| H A D | LocationProvider.tsx | 4 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 D | basic.ts | 124 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 D | CHANGELOG.md | 151 - 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) …
|