UNPKG

wix-style-react

Version:
10 lines (8 loc) 210 B
export default class clients { static GoogleMapsClient: GoogleMapsClient; } export class GoogleMapsClient { autocomplete(object: any): any; geocode(object: any): any; placeDetails(object: any): any; }