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 +1 -1
- package/dist/index.js +2207 -2194
- package/dist/style.css +1 -1
- package/package.json +1 -1
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.
|
|
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;
|