UNPKG

react-native-screens

Version:
8 lines 318 B
import React from 'react'; import type { BottomTabsScreenProps } from './BottomTabsScreen.types'; /** * EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE */ declare function BottomTabsScreen(props: BottomTabsScreenProps): React.JSX.Element; export default BottomTabsScreen; //# sourceMappingURL=BottomTabsScreen.d.ts.map