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