UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

9 lines (8 loc) 256 B
/// <reference types="googlemaps" /> interface ICenter { lat: number; lng: number; } export declare const setMapCenter: (map: google.maps.Map<Element>, center: ICenter) => void; export declare const isCoordinate: (coor: any) => boolean; export {};