my-animated-components 1.5.3 → 1.5.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
@@ -662,8 +662,6 @@ interface CarouselProps extends BaseProps {
662
662
  initialSlide?: number;
663
663
  baseClassName?: string;
664
664
  unstyled?: boolean;
665
- lazyLoad?: boolean;
666
- preloadImages?: number;
667
665
  customIcons?: CustomIcons;
668
666
  thumbnailSize?: 'sm' | 'md' | 'lg';
669
667
  arrowPosition?: 'inside' | 'outside';