File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
generatedTypes/components/chip Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ export declare type ChipPropTypes = ViewProps & TouchableOpacityProps & {
63
63
*/
64
64
iconStyle ?: StyleProp < ImageStyle > ;
65
65
/**
66
- * Icon 's source
66
+ * Left icon 's source
67
67
*/
68
68
iconSource ?: ImageSourcePropType ;
69
69
/**
70
- * Icon 's source
70
+ * Right icon 's source
71
71
*/
72
72
rightIconSource ?: ImageSourcePropType ;
73
73
/**
@@ -152,11 +152,11 @@ declare const _default: React.ComponentClass<ViewProps & TouchableOpacityProps &
152
152
*/
153
153
iconStyle ?: StyleProp < ImageStyle > ;
154
154
/**
155
- * Icon 's source
155
+ * Left icon 's source
156
156
*/
157
157
iconSource ?: number | import ( "react-native" ) . ImageURISource | import ( "react-native" ) . ImageURISource [ ] | undefined ;
158
158
/**
159
- * Icon 's source
159
+ * Right icon 's source
160
160
*/
161
161
rightIconSource ?: number | import ( "react-native" ) . ImageURISource | import ( "react-native" ) . ImageURISource [ ] | undefined ;
162
162
/**
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ export type ChipPropTypes = ViewProps & TouchableOpacityProps & {
84
84
85
85
//LEFT ICON
86
86
/**
87
- * Icon 's source
87
+ * Left icon 's source
88
88
*/
89
89
iconSource ?: ImageSourcePropType ;
90
90
91
91
//RIGHT ICON
92
92
/**
93
- * Icon 's source
93
+ * Right icon 's source
94
94
*/
95
95
rightIconSource ?: ImageSourcePropType ;
96
96
You can’t perform that action at this time.
0 commit comments