UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

9 lines (8 loc) 280 B
import { BookingPackageFlight } from "@qite/tide-client/build/types"; import React from "react"; interface SidebarFlightProps { title: string; flight: BookingPackageFlight; } declare const SidebarFlight: React.FC<SidebarFlightProps>; export default SidebarFlight;