UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

8 lines (7 loc) 277 B
import type { ParamListBase } from '@react-navigation/core'; import * as React from 'react'; import type { LinkingOptions } from './types'; declare const LinkingContext: React.Context<{ options: LinkingOptions<ParamListBase> | undefined; }>; export default LinkingContext;