UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

8 lines 324 B
import * as React from 'react'; /** * Component to make the child navigation container independent of parent containers. */ export declare function NavigationIndependentTree({ children, }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NavigationIndependentTree.d.ts.map