export { default as McTabs } from './Tabs'; export { default as McTabPane } from './src/TabPane'; export { default as McTab } from './src/Tab'; export type { TabsProps, TabPaneProps, TabProps, TabPaneName, OnBeforeTabSwitchImpl, TabsExposeInstance } from './interface';