UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

7 lines 286 B
import type { ParamListBase } from '@react-navigation/core'; import * as React from 'react'; import type { LinkingOptions } from './types'; export declare const LinkingContext: React.Context<{ options?: LinkingOptions<ParamListBase>; }>; //# sourceMappingURL=LinkingContext.d.ts.map