Skip to content

Commit f697ad0

Browse files
committed
add googleMapsScriptBaseUrl to type annotations
1 parent ccb2f88 commit f697ad0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface ReactGoogleAutocompleteProps {
1010
options?: google.maps.places.AutocompleteOptions;
1111
apiKey?: string;
1212
language?: string;
13+
googleMapsScriptBaseUrl?: string;
1314
}
1415

1516
export interface ReactGoogleAutocompleteInputProps

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-autocomplete",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "React component for google autocomplete.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)