import { EventEmitter } from '../../stencil-public-runtime'; import type { ProgressTrackerOrientation, ProgressTrackerStep, ProgressTrackerStepClickDetail } from './mud-progress-tracker.types'; /** * Progress Tracker (Stepper) — visualises a user's position in a multi-step process. * * Two flavours: * * - **Display tracker** (`interactive=false`, default) — read-only. Each step is a * `
  • ` carrying ARIA semantics. Use for sign-up wizards, KYC flows, document * submissions where the parent app drives navigation. * - **Interactive tracker** (`interactive=true`) — each completed (and the current) * step renders as a `