2017-11-02 10:42:34 +08:00
|
|
|
import Tabs from './Tabs'
|
|
|
|
import TabPane from './TabPane'
|
2017-11-21 19:15:41 +08:00
|
|
|
// import TabContent from './TabContent'
|
|
|
|
Tabs.TabPane = TabPane
|
2017-11-02 10:42:34 +08:00
|
|
|
export default Tabs
|
2017-11-21 19:15:41 +08:00
|
|
|
export { TabPane }
|