react-native-screens
Version:
Native navigation primitives for your React Native app.
8 lines • 298 B
TypeScript
import React from 'react';
import type { TabsScreenProps } from '../screen/TabsScreen.types';
/**
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
*/
declare function TabsScreen(props: TabsScreenProps): React.JSX.Element;
export default TabsScreen;
//# sourceMappingURL=TabsScreen.android.d.ts.map