react-native-curved-tab-bar
Version:
A customizable curved tab bar component for React Native with smooth animations
6 lines • 309 B
TypeScript
import { CurvedTabBar } from './components/CurvedTabBar';
export { TabBarBackground } from './components/TabBarBackground';
export { FloatingButton } from './components/FloatingButton';
export type { CurvedTabBarProps, TabItem } from './types';
export default CurvedTabBar;
//# sourceMappingURL=index.d.ts.map