UNPKG

315 BTypeScriptView Raw
1import type { NavigationProp } from './types';
2/**
3 * Hook to access the navigation prop of the parent screen anywhere.
4 *
5 * @returns Navigation prop of the parent screen.
6 */
7export default function useNavigation<T = NavigationProp<ReactNavigation.RootParamList>>(): T;
8//# sourceMappingURL=useNavigation.d.ts.map
\No newline at end of file