@react-navigation/material-top-tabs
Version:
Integration for the animated tab view component from react-native-tab-view
18 lines • 628 B
TypeScript
/**
* Navigators
*/
export { createMaterialTopTabNavigator } from './navigators/createMaterialTopTabNavigator';
/**
* Views
*/
export { MaterialTopTabBar } from './views/MaterialTopTabBar';
export { MaterialTopTabView } from './views/MaterialTopTabView';
/**
* Utilities
*/
export { useTabAnimation } from './utils/useTabAnimation';
/**
* Types
*/
export type { MaterialTopTabBarProps, MaterialTopTabNavigationEventMap, MaterialTopTabNavigationOptions, MaterialTopTabNavigationProp, MaterialTopTabNavigatorProps, MaterialTopTabOptionsArgs, MaterialTopTabScreenProps, } from './types';
//# sourceMappingURL=index.d.ts.map