UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

3 lines (2 loc) 133 B
import { SeatMapCabin } from "@duffel/api/types"; export declare const hasWings: (cabin: SeatMapCabin, rowIndex: number) => boolean;