UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

5 lines (4 loc) 343 B
/// <reference types="@duffel/api" /> import { SeatMap, SeatMapCabinRowSectionElement } from "@duffel/api/types"; declare const getFirstSeatElementMatchingCriteria: (seatMaps: SeatMap[], matcher: (element: SeatMapCabinRowSectionElement) => boolean) => SeatMapCabinRowSectionElement | undefined; export { getFirstSeatElementMatchingCriteria };