File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ export interface ICarouselProps {
47
47
canMovePrev ?: boolean ;
48
48
49
49
/**
50
- * Specify the location of the buttons inside the container.
50
+ * Specifies the location of the buttons inside the container.
51
51
*/
52
52
buttonsLocation : CarouselButtonsLocation ;
53
53
/**
54
- * Specify the buttons container display mode.
54
+ * Specifies the buttons container display mode.
55
55
*/
56
56
buttonsDisplay : CarouselButtonsDisplay ;
57
57
@@ -96,7 +96,7 @@ export interface ICarouselProps {
96
96
* Fixed array of elemenets to be displayed in carousel - if triggerPageEvent is not used.
97
97
* In case triggerPageEvent is in use, JSX.Element has to be provided. Elements are distinguished based on the 'key' property.
98
98
*/
99
- element : JSX . Element | JSX . Element [ ] ;
99
+ element : JSX . Element | JSX . Element [ ] ;
100
100
/**
101
101
* Allows to inject custom component when the carousel is in processing state. If not provided, Spinner is displayed.
102
102
*/
You can’t perform that action at this time.
0 commit comments