| 2 | import clsx from "clsx"; |
| 3 | |
| 4 | export interface StepperProps { |
| 5 | children: React.ReactNode; |
| 6 | className?: string; |
| 7 | } |
| 8 | |
| 9 | interface StepperStepProps { |
| 10 | children: React.ReactNode; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…