UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

4 lines (3 loc) 176 B
/// <reference types="@duffel/api" /> import { Offer, OfferSliceSegment } from "@duffel/api/types"; export declare const getSegmentList: (offer: Offer) => OfferSliceSegment[];