UNPKG

react-native-curved-bottom-bar

Version:

A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.

5 lines 621 B
import React from 'react'; import type { ICurvedBottomBarRef, NavigatorBottomBarProps } from './model'; declare const BottomBarComponent: React.ForwardRefExoticComponent<Pick<NavigatorBottomBarProps, "borderColor" | "borderWidth" | "height" | "width" | "children" | "id" | "style" | "bgColor" | "type" | "tabBar" | "renderCircle" | "circlePosition" | "circleWidth" | "borderTopLeftRight" | "shadowStyle" | "initialRouteName" | "screenListeners" | "screenOptions" | "defaultScreenOptions" | "backBehavior"> & React.RefAttributes<ICurvedBottomBarRef>>; export default BottomBarComponent; //# sourceMappingURL=index.d.ts.map