UNPKG

react-google-places-autocomplete

Version:
5 lines (4 loc) 185 B
/// <reference types="google.maps" /> import { LatLng } from '../types'; declare const getLatLng: (result: google.maps.GeocoderResult) => Promise<LatLng>; export default getLatLng;