react-native-curved-bottom-bar
Version:
A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
12 lines • 1.52 kB
TypeScript
/// <reference types="react" />
import { ICurvedBottomBarRef } from './components/BottomBarView/model';
declare const CurvedBottomBar: {
Navigator: import("react").ForwardRefExoticComponent<Pick<import("./components/BottomBarView/model").NavigatorBottomBarProps, "borderColor" | "borderWidth" | "height" | "width" | "children" | "id" | "style" | "bgColor" | "type" | "tabBar" | "renderCircle" | "circlePosition" | "circleWidth" | "borderTopLeftRight" | "shadowStyle" | "initialRouteName" | "screenListeners" | "screenOptions" | "defaultScreenOptions" | "backBehavior"> & import("react").RefAttributes<ICurvedBottomBarRef>>;
Screen: (props: import("./components/MenuItemView/model").ScreenBottomBarProps) => JSX.Element;
};
declare const CurvedBottomBarExpo: {
Navigator: import("react").ForwardRefExoticComponent<Pick<import("./components/BottomBarViewExpo/model").NavigatorBottomBarProps, "borderColor" | "borderWidth" | "height" | "width" | "children" | "id" | "style" | "bgColor" | "type" | "tabBar" | "renderCircle" | "circlePosition" | "circleWidth" | "borderTopLeftRight" | "shadowStyle" | "initialRouteName" | "screenListeners" | "screenOptions" | "defaultScreenOptions" | "backBehavior"> & import("react").RefAttributes<import("./components/BottomBarViewExpo/model").ICurvedBottomBarRef>>;
Screen: (props: import("./components/MenuItemView/model").ScreenBottomBarProps) => JSX.Element;
};
export { CurvedBottomBar, CurvedBottomBarExpo, ICurvedBottomBarRef };
//# sourceMappingURL=index.d.ts.map