UNPKG

@grandlinex/react-components

Version:
9 lines (8 loc) 197 B
import React from 'react'; declare function Progress(props: { className?: string; cur: number; max: number; width?: number | string; }): React.JSX.Element; export default Progress;