import {Stepper} from '@mantine/core';

Stepper.displayName = 'Stepper';
Stepper.Step.displayName = 'Stepper.Step';
Stepper.Completed.displayName = 'Stepper.Completed';

export {Stepper, type StepperFactory, type StepperProps} from '@mantine/core';
