UNPKG

@atlaskit/progress-indicator

Version:

A progress indicator shows the user where they are along the steps of a journey.

10 lines (9 loc) 279 B
import { type FC } from 'react'; import type { ProgressDotsProps } from '../types'; /** * __ProgressDots__ * * A progress indicator shows the user where they are along the steps of a journey. */ declare const ProgressDots: FC<ProgressDotsProps>; export default ProgressDots;