We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ea9d5 commit 58c761eCopy full SHA for 58c761e
generatedTypes/components/chip/index.d.ts
@@ -42,10 +42,6 @@ export declare type ChipPropTypes = ViewProps & TouchableOpacityProps & {
42
* Main Chip text
43
*/
44
label?: string;
45
- /**
46
- * Color of the label.
47
- */
48
- labelColor?: string;
49
/**
50
* Label's style
51
@@ -131,10 +127,6 @@ declare const _default: React.ComponentClass<ViewProps & TouchableOpacityProps &
131
127
132
128
133
129
label?: string | undefined;
134
135
136
137
- labelColor?: string | undefined;
138
130
139
140
0 commit comments