UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

4 lines (3 loc) 296 B
/// <reference types="@duffel/api" /> import { Offer } from "@duffel/api/types"; export declare function retrieveOffer(offer_id: string, client_key: string | null, onError: (error: string) => void, setIsLoading: (isLoading: boolean) => void, onOfferReady: (offer: Offer) => void): Promise<void>;