UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

9 lines 401 B
import type { NavigationState } from '@react-navigation/routers'; import { type GetStateListener } from './NavigationBuilderContext'; type Options = { getState: () => NavigationState; getStateListeners: Record<string, GetStateListener | undefined>; }; export declare function useOnGetState({ getState, getStateListeners }: Options): void; export {}; //# sourceMappingURL=useOnGetState.d.ts.map