import { Tabs } from "./tabs"; export type { TaroTabsProps as TabsProps, TabsTitle } from "../../types"; export default Tabs;