UNPKG

@react-navigation/devtools

Version:

Developer tools for React Navigation

4 lines 272 B
import type { NavigationContainerRef } from '@react-navigation/core'; import * as React from 'react'; export declare function useReduxDevToolsExtension(ref: React.RefObject<NavigationContainerRef<any> | null>): void; //# sourceMappingURL=useReduxDevToolsExtension.d.ts.map