import type { RNINavigatorRouteViewProps } from "../native_components/RNINavigatorRouteView"; // Mirror prop types from `RNINavigatorRouteViewProps` export type RouteOptions = Pick & { routeContainerStyle?: RNINavigatorRouteViewProps['style']; automaticallyAddHorizontalSafeAreaInsets?: boolean; allowTouchEventsToPassThroughNavigationBar?: boolean; };