UNPKG

react-native-tab-view

Version:
10 lines (7 loc) 295 B
/* @flow */ export { default as TabView } from './TabView'; export { default as TabBar } from './TabBar'; export { default as SceneMap } from './SceneMap'; export type { Route } from './types'; export type { NavigationState } from './types'; export type { SceneRendererProps } from './types';