diff --git a/src/GoogleAutocomplete.tsx b/src/GoogleAutocomplete.tsx index 10925b7..73564f4 100644 --- a/src/GoogleAutocomplete.tsx +++ b/src/GoogleAutocomplete.tsx @@ -127,6 +127,7 @@ export const useGoogleAutocomplete = (apiKey: string, opts: Options = {}) => { searchError, clearSearch, setTerm, + term, searchDetails, }; };