Skip to content

Commit

Permalink
Update carouselTypes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bouchmann authored Jan 8, 2025
1 parent 86f0a81 commit e17bbea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export interface ResponsiveType {
breakpoint: { max: number; min: number };
items: number;
partialVisibilityGutter?: number; // back-ward compatible, because previously there has been a typo
partialVisibilityGutter?: number;
slidesToSlide?: number;
};
}
Expand Down Expand Up @@ -49,7 +48,6 @@ export interface CarouselProps {
// partialVisible has to be used in conjunction with the responsive props, details are in documentation.
// it shows the next set of items partially, different from centerMode as it shows both.
partialVisible?: boolean;
partialVisible?: boolean; // old typo - deprecated (will be remove in 3.0)
customTransition?: string;
transitionDuration?: number;
// if you are using customTransition, make sure to put the duration here.
Expand Down

0 comments on commit e17bbea

Please sign in to comment.