UNPKG

286 BTypeScriptView Raw
1import type { ParamListBase } from '@react-navigation/core';
2import * as React from 'react';
3import type { LinkingOptions } from './types';
4export declare const LinkingContext: React.Context<{
5 options?: LinkingOptions<ParamListBase>;
6}>;
7//# sourceMappingURL=LinkingContext.d.ts.map
\No newline at end of file