UNPKG

321 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;
8//# sourceMappingURL=LinkingContext.d.ts.map
\No newline at end of file