UNPKG

277 BTypeScriptView Raw
1import type { ParamListBase } from '@react-navigation/core';
2import * as React from 'react';
3import type { LinkingOptions } from './types';
4declare const LinkingContext: React.Context<{
5 options: LinkingOptions<ParamListBase> | undefined;
6}>;
7export default LinkingContext;