react-native-paper
Version:
Material design for React Native
13 lines • 450 B
TypeScript
/**
* Navigators
*/
export { default as createMaterialBottomTabNavigator } from './navigators/createMaterialBottomTabNavigator';
/**
* Views
*/
export { default as MaterialBottomTabView } from './views/MaterialBottomTabView';
/**
* Types
*/
export type { MaterialBottomTabNavigationEventMap, MaterialBottomTabNavigationOptions, MaterialBottomTabNavigationProp, MaterialBottomTabScreenProps, } from './types';
//# sourceMappingURL=index.d.ts.map