UNPKG

241 BTypeScriptView Raw
1import type { NavigationAction } from '@react-navigation/routers';
2import * as React from 'react';
3declare const UnhandledActionContext: React.Context<((action: NavigationAction) => void) | undefined>;
4export default UnhandledActionContext;
5
\No newline at end of file