Skip to content

Commit 58c761e

Browse files
committed
Update Chip types
1 parent 82ea9d5 commit 58c761e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

generatedTypes/components/chip/index.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export declare type ChipPropTypes = ViewProps & TouchableOpacityProps & {
4242
* Main Chip text
4343
*/
4444
label?: string;
45-
/**
46-
* Color of the label.
47-
*/
48-
labelColor?: string;
4945
/**
5046
* Label's style
5147
*/
@@ -131,10 +127,6 @@ declare const _default: React.ComponentClass<ViewProps & TouchableOpacityProps &
131127
* Main Chip text
132128
*/
133129
label?: string | undefined;
134-
/**
135-
* Color of the label.
136-
*/
137-
labelColor?: string | undefined;
138130
/**
139131
* Label's style
140132
*/

0 commit comments

Comments
 (0)