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
/
common.d.ts
4 lines
(3 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
import
type
{
ProgressProps
}
from
'./interface'
;
export
declare
const
defaultProps
:
Partial
<
ProgressProps
>;
export
declare
const
useTransitionDuration
:
() =>
SVGPathElement
[];