UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

9 lines (8 loc) 295 B
import React from 'react'; import { GroupedFlightDetails } from "../../types"; interface FlightOptionFlightProps { details: GroupedFlightDetails; isOptionsVisible: boolean; } declare const FlightOptionFlight: React.FC<FlightOptionFlightProps>; export default FlightOptionFlight;