UNPKG

284 BTypeScriptView Raw
1import * as React from 'react';
2declare type Props = {
3 children: React.ReactNode;
4};
5/**
6 * Component used for managing which routes have to be prevented from removal in native-stack.
7 */
8export default function PreventRemoveProvider({ children }: Props): JSX.Element;
9export {};