UNPKG

react-native-screens

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