UNPKG

249 BTypeScriptView Raw
1/// <reference types="googlemaps" />
2/// <reference types="react" />
3declare const MapContext: import("react").Context<google.maps.Map<Element> | null>;
4export declare function useGoogleMap(): google.maps.Map | null;
5export default MapContext;