UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

8 lines (7 loc) 205 B
import React from 'react'; import { FlightResult } from '../../types'; interface FlightCardProps { result: FlightResult; } declare const FlightCard: React.FC<FlightCardProps>; export default FlightCard;