Files
Fluxup_PAP/node_modules/expo-router/build/internal/routing.d.ts
2026-03-10 16:18:05 +00:00

7 lines
596 B
TypeScript

export { getReactNavigationConfig } from '../getReactNavigationConfig';
export { getRoutes, getExactRoutes, type Options as GetRoutesOptions } from '../getRoutes';
export { extrapolateGroups, generateDynamic, getRoutes as getRoutesCore, type Options as GetRoutesCoreOptions, type RewriteConfig, } from '../getRoutesCore';
export { getContextKey, isTypedRoute, matchGroupName, removeSupportedExtensions, stripGroupSegmentsFromPath, } from '../matchers';
export type { DynamicConvention, RouteNode } from '../Route';
export { sortRoutes } from '../sortRoutes';
//# sourceMappingURL=routing.d.ts.map