UNPKG

react-hook-google-maps

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