Skip to content

Commit 5fe5302

Browse files
committed
Fix manualy typing of ChipsInput for selectionColor prop
1 parent b35c8ab commit 5fe5302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typings/components/ChipsInput.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {ReactElement} from 'react';
2-
import {StyleProp, TextStyle, ViewStyle, AccessibilityProps} from 'react-native';
2+
import {StyleProp, TextStyle, ViewStyle, AccessibilityProps, ColorValue} from 'react-native';
33
import {BaseComponent} from '../commons';
44
import {AccessibilityProps} from '../modifiers';
55

@@ -33,7 +33,7 @@ export interface ChipsInputProps {
3333
inputStyle?: StyleProp<TextStyle>;
3434
hideUnderline?: boolean;
3535
placeholderTextColor?: string;
36-
selectionColor?: string;
36+
selectionColor?: ColorValue;
3737
style?: StyleProp<ViewStyle>;
3838
testID?: string;
3939
}

0 commit comments

Comments
 (0)