UNPKG

react-hook-google-maps

Version:
8 lines (7 loc) 252 B
/// <reference types="googlemaps" /> /// <reference types="react" /> export declare function useGoogleMaps(apiKey: string, options: google.maps.MapOptions): { ref: import("react").RefObject<HTMLDivElement>; map: any; google: any; };