UNPKG

@vis.gl/react-google-maps

Version:

React components and hooks for the Google Maps JavaScript API

4 lines (3 loc) 231 B
import { CameraStateRef } from './use-tracked-camera-state-ref'; import { MapProps } from '../map'; export declare function useMapCameraParams(map: google.maps.Map | null, cameraStateRef: CameraStateRef, mapProps: MapProps): void;