We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2f88 commit f697ad0Copy full SHA for f697ad0
index.d.ts
@@ -10,6 +10,7 @@ export interface ReactGoogleAutocompleteProps {
10
options?: google.maps.places.AutocompleteOptions;
11
apiKey?: string;
12
language?: string;
13
+ googleMapsScriptBaseUrl?: string;
14
}
15
16
export interface ReactGoogleAutocompleteInputProps
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-google-autocomplete",
3
- "version": "2.4.2",
+ "version": "2.4.3",
4
"description": "React component for google autocomplete.",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments