import { NavigatorBottomBar } from './components/navigator/type';
import { ScreenBottomBar } from './components/menuItem/type';

export type CurvedBottomBarType = {
  Navigator: NavigatorBottomBar,
  Screen: ScreenBottomBar
}
