UNPKG
@rc-component/progress
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
progress ui component for react
github.com/react-component/progress
react-component/progress
@rc-component/progress
/
lib
/
index.d.ts
5 lines
(4 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
import
Line
from
'./Line'
;
import
Circle
from
'./Circle'
;
export
type
{
ProgressProps
}
from
'./interface'
;
export
{
Line
,
Circle
};