import { TabPane } from "./tabpane"; export type { TaroTabPaneProps as TabPaneProps } from "../../types"; export default TabPane;