UNPKG

@atlaskit/progress-tracker

Version:

A progress tracker displays the steps and progress through a journey.

10 lines (9 loc) 188 B
import { type FC } from 'react'; import { type Stage } from '../types'; /** * __Progress tracker link__ */ declare const Link: FC<Stage & { testId?: string; }>; export default Link;