UNPKG

react-native-curved-bottom-bar

Version:

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

7 lines 311 B
import type { NavigatorBottomBarProps } from './components/BottomBarView/model'; import type { ScreenBottomBarProps } from './components/MenuItemView/model'; export type CurvedBottomBarTypeProps = { Navigator: NavigatorBottomBarProps; Screen: ScreenBottomBarProps; }; //# sourceMappingURL=model.d.ts.map