UNPKG

815 BTypeScriptView Raw
1/**
2 * Navigators
3 */
4export { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';
5/**
6 * Views
7 */
8export { default as BottomTabBar } from './views/BottomTabBar';
9export { default as BottomTabView } from './views/BottomTabView';
10/**
11 * Utilities
12 */
13export { default as BottomTabBarHeightCallbackContext } from './utils/BottomTabBarHeightCallbackContext';
14export { default as BottomTabBarHeightContext } from './utils/BottomTabBarHeightContext';
15export { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight';
16/**
17 * Types
18 */
19export type { BottomTabBarButtonProps, BottomTabBarProps, BottomTabHeaderProps, BottomTabNavigationEventMap, BottomTabNavigationOptions, BottomTabNavigationProp, BottomTabScreenProps, } from './types';
20//# sourceMappingURL=index.d.ts.map
\No newline at end of file