File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
generatedTypes/components/carousel Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ declare type DefaultProps = Partial<CarouselProps>;
9
9
* @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
10
10
* @extends : ScrollView
11
11
* @extendsLink : https://facebook.github.io/react-native/docs/scrollview
12
- * @notes : This is screed width Component
12
+ * @notes : This is screen width Component
13
13
*/
14
14
declare class Carousel extends Component < CarouselProps , CarouselState > {
15
15
static displayName : string ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type DefaultProps = Partial<CarouselProps>
19
19
* @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
20
20
* @extends : ScrollView
21
21
* @extendsLink : https://facebook.github.io/react-native/docs/scrollview
22
- * @notes : This is screed width Component
22
+ * @notes : This is screen width Component
23
23
*/
24
24
class Carousel extends Component < CarouselProps , CarouselState > {
25
25
static displayName = 'Carousel' ;
You can’t perform that action at this time.
0 commit comments