UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

8 lines (7 loc) 280 B
/// <reference types="@duffel/api" /> import { SeatMapCabinRowSectionElementAmenity } from "@duffel/api/types"; import * as React from "react"; export interface AmenityProps { type: SeatMapCabinRowSectionElementAmenity; } export declare const Amenity: React.FC<AmenityProps>;