parent
395df448c6
commit
c1cd8f46f0
@ -1,7 +1,7 @@
|
|||||||
import Tabs from './tabs'
|
import Tabs from './tabs'
|
||||||
import TabPane from '../vc-tabs/src/TabPane'
|
import TabPane from '../vc-tabs/src/TabPane'
|
||||||
import TabContent from '../vc-tabs/src/TabContent'
|
import TabContent from '../vc-tabs/src/TabContent'
|
||||||
Tabs.TabPane = { ...TabPane, name: 'ATabPane' }
|
Tabs.TabPane = { ...TabPane, name: 'ATabPane', __ANT_TAB_PANE: true }
|
||||||
Tabs.TabContent = { ...TabContent, name: 'ATabContent' }
|
Tabs.TabContent = { ...TabContent, name: 'ATabContent' }
|
||||||
export default Tabs
|
export default Tabs
|
||||||
export { TabPane, TabContent }
|
export { TabPane, TabContent }
|
||||||
|
Loading…
Reference in new issue