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