UNPKG

react-hook-google-maps

Version:
9 lines (8 loc) 223 B
/// <reference types="googlemaps" /> export declare function useMap(apiKey: string, options: google.maps.MapOptions): { ref: { current?: HTMLElement | undefined; }; map: any; google: any; };