yt-uikit 0.7.378-progress-bar.3 → 0.7.378-progress-bar.4

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.
@@ -295,6 +295,9 @@ export declare const MarkerWrapper: import("styled-components").IStyledComponent
295
295
  $variant: MultiStepProgressBarVariant;
296
296
  $isCollapsed?: boolean | undefined;
297
297
  }>>;
298
+ export declare const StepWrap: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
299
+ $leftPercent: number;
300
+ }>>;
298
301
  export declare const CheckpointSlot: import("styled-components").IStyledComponent<"web", {
299
302
  ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
300
303
  key?: import("react").Key | null | undefined;