status-timeline-data.d.ts 93 B

12345
  1. type StatusTimelineData = {
  2. width: number;
  3. statusText: string;
  4. statusClass: string;
  5. };