This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://gitee.com/ant-design/ant-design.git
synced
2024-12-05 05:28:20 +08:00
Code
Issues
Actions
115
Packages
Projects
Releases
Wiki
Activity
55041219f2
ant-design
/
components
/
tab
/
index.jsx
5 lines
78 B
React
Raw
Normal View
History
Unescape
Escape
fix tabs
2015-06-08 16:43:53 +08:00
var
Tab
=
require
(
'rc-tabs'
)
;
update tab API
2015-06-09 22:25:32 +08:00
Tab
.
Panel
=
Tab
.
TabPane
;
fix tabs
2015-06-08 16:43:53 +08:00
module
.
exports
=
Tab
;
Reference in New Issue
Copy Permalink