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.
2 parents 073363e + cb056eb commit 28838dbCopy full SHA for 28838db
src/types/index.ts
@@ -72,6 +72,6 @@ export interface IAutocompleteDropdownProps {
72
ItemSeparatorComponent?: React.ComponentType<any> | null
73
EmptyResultComponent?: React.ReactElement
74
emptyResultText?: string
75
- flatListProps?: FlatListProps<any>
+ flatListProps?: Partial<FlatListProps<AutocompleteDropdownItem>>
76
ref?: React.LegacyRef<TextInput> | undefined
77
}
0 commit comments