diff --git a/src/components/map/index.tsx b/src/components/map/index.tsx index c37d29a5..827d3ac4 100644 --- a/src/components/map/index.tsx +++ b/src/components/map/index.tsx @@ -27,6 +27,13 @@ export interface GoogleMapsContextValue { export const GoogleMapsContext = React.createContext(null); +export { + MapCameraChangedEvent, + MapEvent, + MapEventProps, + MapMouseEvent +} from './use-map-events'; + /** * Props for the Google Maps Map Component */