Skip to content

Commit

Permalink
Update src/components/Carousel/carouselProps.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Foulon <[email protected]>
  • Loading branch information
ismail9k and Tofandel authored Jan 6, 2025
1 parent c04f51d commit b18cfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Carousel/carouselProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const carouselProps = {
// count of items to showed per view
itemsToShow: {
default: DEFAULT_CONFIG.itemsToShow,
type: Number || 'auto',
type: [Number, String],
},
// count of items to be scrolled
itemsToScroll: {
Expand Down

0 comments on commit b18cfae

Please sign in to comment.