Skip to content

Commit 8d0efe1

Browse files
author
Alexandr Tselishchev
authored
Update usePlacesAutocompleteService.d.ts (#114)
add language to `lib/usePlacesAutocompleteService.d.ts`
1 parent e832a7a commit 8d0efe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/usePlacesAutocompleteService.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ interface usePlacesAutocompleteServiceConfig {
44
debounce?: number;
55
options?: google.maps.places.QueryAutocompletionRequest;
66
sessionToken?: boolean;
7+
language?: string;
78
}
89

910
interface usePlacesAutocompleteServiceResponse {

0 commit comments

Comments
 (0)