@momo-webplatform/mobase 0.2.50 → 0.2.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1151,6 +1151,7 @@ interface ProgressStepsItemProps {
1151
1151
  step: number;
1152
1152
  state?: StepState;
1153
1153
  size?: StepSize;
1154
+ placement?: "default" | "left";
1154
1155
  className?: string;
1155
1156
  title?: string;
1156
1157
  description?: string;
@@ -1151,6 +1151,7 @@ interface ProgressStepsItemProps {
1151
1151
  step: number;
1152
1152
  state?: StepState;
1153
1153
  size?: StepSize;
1154
+ placement?: "default" | "left";
1154
1155
  className?: string;
1155
1156
  title?: string;
1156
1157
  description?: string;