UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

8 lines (7 loc) 220 B
export interface Place { name: string; longitude: string; latitude: string; shortName: string; } export declare function getPlacesFromMapboxClient(publicKey: string): (query: string) => Promise<Place[]>;