Skip to content

Commit 2f02931

Browse files
committed
Fix manual placeholderTextColor typing for ChipsInput
1 parent 5fe5302 commit 2f02931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/components/ChipsInput.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface ChipsInputProps {
3232
tagStyle?: StyleProp<ViewStyle>;
3333
inputStyle?: StyleProp<TextStyle>;
3434
hideUnderline?: boolean;
35-
placeholderTextColor?: string;
35+
placeholderTextColor?: ColorValue;
3636
selectionColor?: ColorValue;
3737
style?: StyleProp<ViewStyle>;
3838
testID?: string;

0 commit comments

Comments
 (0)