Skip to content

Commit 3b1641a

Browse files
committed
Update icon props description
1 parent eb7a195 commit 3b1641a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

generatedTypes/components/chip/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ export declare type ChipPropTypes = ViewProps & TouchableOpacityProps & {
6363
*/
6464
iconStyle?: StyleProp<ImageStyle>;
6565
/**
66-
* Icon's source
66+
* Left icon's source
6767
*/
6868
iconSource?: ImageSourcePropType;
6969
/**
70-
* Icon's source
70+
* Right icon's source
7171
*/
7272
rightIconSource?: ImageSourcePropType;
7373
/**
@@ -152,11 +152,11 @@ declare const _default: React.ComponentClass<ViewProps & TouchableOpacityProps &
152152
*/
153153
iconStyle?: StyleProp<ImageStyle>;
154154
/**
155-
* Icon's source
155+
* Left icon's source
156156
*/
157157
iconSource?: number | import("react-native").ImageURISource | import("react-native").ImageURISource[] | undefined;
158158
/**
159-
* Icon's source
159+
* Right icon's source
160160
*/
161161
rightIconSource?: number | import("react-native").ImageURISource | import("react-native").ImageURISource[] | undefined;
162162
/**

src/components/chip/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ export type ChipPropTypes = ViewProps & TouchableOpacityProps & {
8484

8585
//LEFT ICON
8686
/**
87-
* Icon's source
87+
* Left icon's source
8888
*/
8989
iconSource?: ImageSourcePropType;
9090

9191
//RIGHT ICON
9292
/**
93-
* Icon's source
93+
* Right icon's source
9494
*/
9595
rightIconSource?: ImageSourcePropType;
9696

0 commit comments

Comments
 (0)