UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

4 lines 266 B
/// <reference types="react" /> import type { NavigationContainerRef, ParamListBase } from '@react-navigation/native'; export declare function useBackButton(_: React.RefObject<NavigationContainerRef<ParamListBase>>): void; //# sourceMappingURL=useBackButton.d.ts.map