Skip to content

Commit 0546a1d

Browse files
bouchmannAniket-Engg
authored andcommitted
Update carouselTypes.ts
1 parent 461cf8a commit 0546a1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export interface ResponsiveType {
44
breakpoint: { max: number; min: number };
55
items: number;
66
partialVisibilityGutter?: number; // back-ward compatible, because previously there has been a typo
7-
partialVisibilityGutter?: number;
87
slidesToSlide?: number;
98
};
109
}
@@ -49,7 +48,6 @@ export interface CarouselProps {
4948
// partialVisible has to be used in conjunction with the responsive props, details are in documentation.
5049
// it shows the next set of items partially, different from centerMode as it shows both.
5150
partialVisible?: boolean;
52-
partialVisible?: boolean; // old typo - deprecated (will be remove in 3.0)
5351
customTransition?: string;
5452
transitionDuration?: number;
5553
// if you are using customTransition, make sure to put the duration here.

0 commit comments

Comments
 (0)