Skip to content

Commit b18cfae

Browse files
ismail9kTofandel
andauthored
Update src/components/Carousel/carouselProps.ts
Co-authored-by: Adrien Foulon <[email protected]>
1 parent c04f51d commit b18cfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Carousel/carouselProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const carouselProps = {
2525
// count of items to showed per view
2626
itemsToShow: {
2727
default: DEFAULT_CONFIG.itemsToShow,
28-
type: Number || 'auto',
28+
type: [Number, String],
2929
},
3030
// count of items to be scrolled
3131
itemsToScroll: {

0 commit comments

Comments
 (0)