UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

4 lines 321 B
import type { RouteNode } from './Route'; export declare function loadStaticParamsAsync(route: RouteNode): Promise<RouteNode>; export declare function assertStaticParams(route: Pick<RouteNode, 'contextKey' | 'dynamic'>, params: Record<string, string | string[]>): void; //# sourceMappingURL=loadStaticParamsAsync.d.ts.map