Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
feat(Dom-maps): expose GeoSearchContext
Browse files Browse the repository at this point in the history
fixes #3448 to allow a custom control for "refine on map move" without resorting to importing from the individual files, which is hard/not recommended
  • Loading branch information
Haroenv authored May 11, 2022
1 parent d8fe9ef commit d10e34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-instantsearch-dom-maps/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export { default as GoogleMapsLoader } from './GoogleMapsLoader';
export { default as GeoSearch } from './GeoSearch';
export { default as Marker } from './Marker';
export { default as CustomMarker } from './CustomMarker';
export { default as Redo } from './Redo';
export { default as Control } from './Control';
export { default as GeoSearchContext } from './GeoSearchContext';
export { default as GoogleMapsLoader } from './GoogleMapsLoader';
export { default as withGoogleMaps } from './withGoogleMaps';

0 comments on commit d10e34b

Please sign in to comment.