Skip to content

Commit 8b90fbc

Browse files
authored
Merge pull request #70 from sag1v/fix-typings
Fix typo in typing file
2 parents 3c030b9 + bc40801 commit 8b90fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/react-elastic-carousel/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface ReactElasticCarouselProps {
4141
enableTilt?: boolean;
4242
// Defaults to 1
4343
itemsToScroll?: number;
44-
breakpoints?: {
44+
breakPoints?: {
4545
width: number;
4646
itemsToShow: number;
4747
itemsToScroll: number;
@@ -51,7 +51,7 @@ export interface ReactElasticCarouselProps {
5151
// Defaults to true
5252
showArrows?: boolean;
5353
// Defaults to true
54-
disableArrosOnEnd?: boolean;
54+
disableArrowsOnEnd?: boolean;
5555
// Defaults to boolean
5656
focusOnSelect?: boolean;
5757
// Function to generate your own navigation arrows.

0 commit comments

Comments
 (0)