UNPKG

google-maps-js-api-react

Version:

Fast, tree-shakable, and light-weight React components and hooks for integrating Google Maps API functionality

6 lines (3 loc) 127 B
/// <reference types="google.maps" /> declare const useGoogleMap: () => google.maps.Map; export { useGoogleMap as default };