design-system-silkhaus 0.0.88-beta.slider-input.4 → 0.0.88-beta.slider-input.5

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
@@ -372,6 +372,7 @@ export declare interface PriceRangeSliderProps {
372
372
  step?: number;
373
373
  onChange?: (value: [number, number]) => void;
374
374
  currency?: string;
375
+ value?: [number, number];
375
376
  }
376
377
 
377
378
  export declare const QuestionMarkIcon: FC<{