import { TabbarItem } from './tabbaritem';
export type { WebTabbarItemProps as TabbarItemProps } from "../../types";
export default TabbarItem;
