File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
libs/remix-ui/home-tab/src/lib/components/types Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export interface ResponsiveType {
4
4
breakpoint : { max : number ; min : number } ;
5
5
items : number ;
6
6
partialVisibilityGutter ?: number ; // back-ward compatible, because previously there has been a typo
7
- partialVisibilityGutter ?: number ;
8
7
slidesToSlide ?: number ;
9
8
} ;
10
9
}
@@ -49,7 +48,6 @@ export interface CarouselProps {
49
48
// partialVisible has to be used in conjunction with the responsive props, details are in documentation.
50
49
// it shows the next set of items partially, different from centerMode as it shows both.
51
50
partialVisible ?: boolean ;
52
- partialVisible ?: boolean ; // old typo - deprecated (will be remove in 3.0)
53
51
customTransition ?: string ;
54
52
transitionDuration ?: number ;
55
53
// if you are using customTransition, make sure to put the duration here.
You can’t perform that action at this time.
0 commit comments