UNPKG

react-native-curved-tab-bar

Version:

A customizable curved tab bar component for React Native with smooth animations

4 lines 179 B
import React from 'react'; import { CurvedTabBarProps } from '../types'; export declare const CurvedTabBar: React.FC<CurvedTabBarProps>; //# sourceMappingURL=CurvedTabBar.d.ts.map