diff --git a/src/components/map/index.tsx b/src/components/map/index.tsx index 827d3ac4..7cce10e0 100644 --- a/src/components/map/index.tsx +++ b/src/components/map/index.tsx @@ -27,7 +27,7 @@ export interface GoogleMapsContextValue { export const GoogleMapsContext = React.createContext(null); -export { +export type { MapCameraChangedEvent, MapEvent, MapEventProps,