UNPKG

react-native-screens

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