react-native-tab-view
Version:
Tab view component for React Native
11 lines • 577 B
TypeScript
export { SceneMap } from './SceneMap';
export type { Props as TabBarProps } from './TabBar';
export { TabBar } from './TabBar';
export type { Props as TabBarIndicatorProps } from './TabBarIndicator';
export { TabBarIndicator } from './TabBarIndicator';
export type { Props as TabBarItemProps } from './TabBarItem';
export { TabBarItem } from './TabBarItem';
export type { Props as TabViewProps } from './TabView';
export { TabView } from './TabView';
export type { NavigationState, Route, SceneRendererProps, TabDescriptor, } from './types';
//# sourceMappingURL=index.d.ts.map