ant-design/components/tab/index.jsx

5 lines
78 B
React
Raw Normal View History

2015-06-08 16:43:53 +08:00
var Tab = require('rc-tabs');
2015-06-09 22:25:32 +08:00
Tab.Panel = Tab.TabPane;
2015-06-08 16:43:53 +08:00
module.exports = Tab;