Skip to content

API Reference / @gtkx/navigation / RouteProp

Type Alias: RouteProp<ParamList, RouteName>

RouteProp<ParamList, RouteName> = Route<Extract<RouteName, string>, ParamList[RouteName]>

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_patch_hash=6462da01ed23beee88f01d290d3714743e43d2fd84235198fcbe09501a61d1d4_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:458

Type Parameters

ParamList

ParamList extends ParamListBase

RouteName

RouteName extends keyof ParamList = Keyof<ParamList>

Released under the MPL-2.0 License.