import { Tabbar } from './tabbar';
export type { TabbarContext } from './context';
export type { WebTabbarProps as TabbarProps } from "../../types";
export default Tabbar;
