UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

8 lines (7 loc) 210 B
import React from 'react'; import { FlightLeg } from '../../types'; interface FlightLegProps { leg: FlightLeg; } declare const FlightLegComponent: React.FC<FlightLegProps>; export default FlightLegComponent;