searchsmartly-ui 1.0.28 → 1.0.30

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
@@ -147,6 +147,7 @@ interface CarouselInterface {
147
147
  sx?: SxProps$1<Theme>;
148
148
  imageSX?: SxProps$1<Theme>;
149
149
  onSlideClick?: (index: number) => void;
150
+ enablePreview?: boolean;
150
151
  }
151
152
  declare const SlickCarousel: FC<CarouselInterface>;
152
153