import Tabs from './tabs'
import TabPane from './src/TabPane'
import TabContent from './src/TabContent'
Tabs.TabPane = TabPane
export default Tabs
export { TabPane, TabContent }