UNPKG

268 BTypeScriptView Raw
1import * as React from 'react';
2export declare const UnhandledLinkingContext: React.Context<{
3 lastUnhandledLink: string | undefined;
4 setLastUnhandledLink: (lastUnhandledUrl: string | undefined) => void;
5}>;
6//# sourceMappingURL=UnhandledLinkingContext.d.ts.map
\No newline at end of file