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