UNPKG

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