UNPKG

@wix/design-system

Version:

@wix/design-system

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; }