UNPKG

531 BTypeScriptView Raw
1/// <reference types="react" />
2import type { ParamListBase, TabNavigationState } from '@react-navigation/native';
3import type { BottomTabDescriptorMap, BottomTabNavigationConfig, BottomTabNavigationHelpers } from '../types';
4declare type Props = BottomTabNavigationConfig & {
5 state: TabNavigationState<ParamListBase>;
6 navigation: BottomTabNavigationHelpers;
7 descriptors: BottomTabDescriptorMap;
8};
9export default function BottomTabView(props: Props): JSX.Element;
10export {};
11//# sourceMappingURL=BottomTabView.d.ts.map
\No newline at end of file