@redshank/native-router
Version:
@redshank/native-router is a file-based router for React Native CLI
8 lines • 558 B
TypeScript
import { type Route, type NavigationContainerRef, type ParamListBase, type NavigationProp, type LinkingOptions } from '@react-navigation/native';
export declare const NativeRouteContext: React.Context<Route<string> | undefined>;
export declare const NavigationContainerRefContext: React.Context<NavigationContainerRef<ParamListBase>>;
export declare const NavigationContext: React.Context<NavigationProp<ParamListBase>>;
export declare const LinkingContext: React.Context<{
options?: LinkingOptions<ParamListBase>;
}>;
//# sourceMappingURL=index.d.ts.map