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