UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

10 lines 355 B
import * as React from 'react'; type Props = { children: React.ReactNode; }; /** * Component used for managing which routes have to be prevented from removal in native-stack. */ export declare function PreventRemoveProvider({ children }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PreventRemoveProvider.d.ts.map