UNPKG

@react-navigation/bottom-tabs

Version:

Bottom tab navigator following iOS design guidelines

10 lines 524 B
import { type ParamListBase, type TabNavigationState } from '@react-navigation/native'; import type { BottomTabDescriptorMap, BottomTabNavigationConfig, BottomTabNavigationHelpers } from '../types'; type Props = BottomTabNavigationConfig & { state: TabNavigationState<ParamListBase>; navigation: BottomTabNavigationHelpers; descriptors: BottomTabDescriptorMap; }; export declare function BottomTabView(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BottomTabView.d.ts.map