import { StepProps as UnStyledStepProps } from '@sheinx/base';
/**
 * @title Step
 * @sort 2
 */
export type StepProps = Omit<UnStyledStepProps, 'jssStyle'>;
