UNPKG

@vis.gl/react-google-maps

Version:

React components and hooks for the Google Maps JavaScript API

3 lines (2 loc) 103 B
import { Ref } from 'react'; export declare function useCallbackRef<T>(): readonly [T | null, Ref<T>];