UNPKG

977 BSource Map (JSON)View Raw
1{"version":3,"sources":["index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA;;AACA;;AAKA;;AACA;;AAKA;;AAKA","sourcesContent":["/**\n * Navigators\n */\nexport { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';\nexport { default as createMaterialTopTabNavigator } from './navigators/createMaterialTopTabNavigator';\n\n/**\n * Views\n */\nexport { default as BottomTabBar } from './views/BottomTabBar';\nexport { default as MaterialTopTabBar } from './views/MaterialTopTabBar';\n\n/**\n * Utils\n */\nexport { default as createTabNavigator } from './utils/createTabNavigator';\n\n/**\n * Types\n */\nexport {\n BottomTabBarProps,\n NavigationTabState,\n NavigationTabProp,\n NavigationTabScreenProps,\n NavigationBottomTabOptions,\n NavigationMaterialTabOptions,\n NavigationBottomTabScreenComponent,\n NavigationMaterialTabScreenComponent,\n} from './types';\n"]}
\No newline at end of file