fix typo in libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts

updateIpfs
Thabokani 10 months ago committed by Aniket
parent 1e06d769c7
commit 220d6926aa
  1. 2
      libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts

@ -56,7 +56,7 @@ export interface CarouselProps {
// for example, customTransition="all .5" then put transitionDuration as 500. // for example, customTransition="all .5" then put transitionDuration as 500.
// this is needed for the resizing to work. // this is needed for the resizing to work.
focusOnSelect?: boolean; focusOnSelect?: boolean;
additionalTransfrom?: number; // this is only used if you want to add additional transfrom to the current transform additionalTransfrom?: number; // this is only used if you want to add additional transform to the current transform
pauseOnHover?: boolean; pauseOnHover?: boolean;
shouldResetAutoplay?: boolean; shouldResetAutoplay?: boolean;
rewind?: boolean; rewind?: boolean;

Loading…
Cancel
Save