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) 128 B
/// <reference types="google.maps" /> declare const usePane: (pane: keyof google.maps.MapPanes) => Element; export = usePane;