diff --git a/GooglePlacesAutocomplete.d.ts b/GooglePlacesAutocomplete.d.ts index d00c62d7..c7378d12 100644 --- a/GooglePlacesAutocomplete.d.ts +++ b/GooglePlacesAutocomplete.d.ts @@ -382,6 +382,8 @@ interface GooglePlacesAutocompleteProps extends TextInputProps { // use the ListEmptyComponent prop when no autocomplete results are found. listEmptyComponent?: React.ComponentType<{}>; + + listUnderlayColor?: string; } export class GooglePlacesAutocomplete extends React.Component<