design-system-silkhaus 3.4.0 → 3.4.1-beta.rtl-fixes.2

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.
package/dist/index.d.ts CHANGED
@@ -1081,7 +1081,7 @@ export declare const PriceCheckIcon: FC<{
1081
1081
  className?: string;
1082
1082
  }>;
1083
1083
 
1084
- export declare const PriceRangeSlider: default_2.FC<PriceRangeSliderProps>;
1084
+ export declare const PriceRangeSlider: default_2.ForwardRefExoticComponent<PriceRangeSliderProps & default_2.RefAttributes<HTMLDivElement>>;
1085
1085
 
1086
1086
  export declare interface PriceRangeSliderProps {
1087
1087
  className?: string;