Skip to content

Commit 2b398a8

Browse files
author
sagiv.bengiat
committed
added missing ts type and extended react range version
1 parent 28885b1 commit 2b398a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"peerDependencies": {
3939
"prop-types": "^15.5.4",
40-
"react": "^15.0.0 || ^16.0.0",
41-
"react-dom": "^15.0.0 || ^16.0.0",
40+
"react": "^15.0.0 || ^17.0.0",
41+
"react-dom": "^15.0.0 || ^17.0.0",
4242
"styled-components": "^5.1.0"
4343
},
4444
"devDependencies": {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export interface ReactElasticCarouselProps {
3131
itemsToShow?: number;
3232
// Defaults to false
3333
verticalMode?: boolean;
34+
// Defaults to false
35+
isRTL: boolean,
3436
// Defaults to true
3537
pagination?: boolean;
3638
// Defaults to 500

0 commit comments

Comments
 (0)