@duffel/components
Version:
Component library to build your travel product with Duffel.
4 lines (3 loc) • 297 B
TypeScript
/// <reference types="@duffel/api" />
import { SeatMap } from "@duffel/api/types";
export declare function retrieveSeatMaps(offer_id: string, client_key: string | null, onError: () => void, setIsLoading: (isLoading: boolean) => void, onSeatMapReady: (seatMaps: SeatMap[]) => void): Promise<void>;