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