This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-12-11 13:59:11 +08:00
Code
Issues
Actions
16
Packages
Projects
Releases
Wiki
Activity
794783d1c2
ant-design
/
components
/
progress
/
index.jsx
8 lines
97 B
React
Raw
Normal View
History
Unescape
Escape
style: enable react/no-multi-comp
2016-03-31 17:46:35 +08:00
import
Line
from
'./Line'
;
import
Circle
from
'./Circle'
;
progress demo
2015-06-14 12:55:44 +08:00
use es6 module import/export convert var to const fix bug fix bug fix for jshint fix import
2015-07-23 22:23:11 +08:00
export
default
{
style: update code style to please the fucking lint
2016-01-07 17:46:46 +08:00
Line
,
Circle
,
progress demo
2015-06-14 12:55:44 +08:00
}
;
Reference in New Issue
Copy Permalink