UNPKG

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