/** Specifies the possible layout orientations of a stepper. */ export type StepperOrientation = "horizontal" | "vertical" | "auto"; //# sourceMappingURL=StepperOrientation.d.ts.map