UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

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