We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c030b9 + bc40801 commit 8b90fbcCopy full SHA for 8b90fbc
src/react-elastic-carousel/index.d.ts
@@ -41,7 +41,7 @@ export interface ReactElasticCarouselProps {
41
enableTilt?: boolean;
42
// Defaults to 1
43
itemsToScroll?: number;
44
- breakpoints?: {
+ breakPoints?: {
45
width: number;
46
itemsToShow: number;
47
itemsToScroll: number;
@@ -51,7 +51,7 @@ export interface ReactElasticCarouselProps {
51
// Defaults to true
52
showArrows?: boolean;
53
54
- disableArrosOnEnd?: boolean;
+ disableArrowsOnEnd?: boolean;
55
// Defaults to boolean
56
focusOnSelect?: boolean;
57
// Function to generate your own navigation arrows.
0 commit comments