diff --git a/GooglePlacesAutocomplete.d.ts b/GooglePlacesAutocomplete.d.ts index 6f5a0bcc..92a45a9c 100644 --- a/GooglePlacesAutocomplete.d.ts +++ b/GooglePlacesAutocomplete.d.ts @@ -404,7 +404,7 @@ interface GooglePlacesAutocompleteProps { minLength?: number; keepResultsAfterBlur?: boolean; /** Which API to use: GoogleReverseGeocoding or GooglePlacesSearch */ - nearbyPlacesAPI?: 'GoogleReverseGeocoding' | 'GooglePlacesSearch'; + nearbyPlacesAPI?: 'GoogleReverseGeocoding' | 'GooglePlacesSearch' | 'None'; numberOfLines?: number; onFail?: (error?: any) => void; onNotFound?: () => void;