Skip to content

Commit 1bdf79e

Browse files
mmomtchevAlexandr Kozhevnikov
authored andcommitted
change InputComponent type
1 parent d6e0691 commit 1bdf79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ interface AutocompleteDropdownProps {
5858
suggestionsListTextStyle?: StyleProp<TextStyle>;
5959
ChevronIconComponent?: JSX.Element;
6060
ClearIconComponent?: JSX.Element;
61-
InputComponent?: JSX.Element;
61+
InputComponent?: React.ComponentType;
6262
ItemSeparatorComponent?: JSX.Element;
6363
EmptyResultComponent?: JSX.Element;
6464
emptyResultText?: string;

0 commit comments

Comments
 (0)