UNPKG

@react-navigation/bottom-tabs

Version:

Bottom tab navigator following iOS design guidelines

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